server: Cargo.toml — full dependency list for Actix 4, WebSocket, CORS, DashMap, etc.
This commit is contained in:
parent
578a6bde90
commit
bf8e9f79f8
@ -1,6 +1,25 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "butterfly-server"
|
name = "butterfly-server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
|
description = "Butterfly Desktop Environment Server — remote display/audio streaming with HUD control"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
actix-web = { version = "4", features = ["rustls-0_23"] }
|
||||||
|
actix-ws = "0.7"
|
||||||
|
actix-cors = "0.7"
|
||||||
|
actix-files = "0.6"
|
||||||
|
actix-multipart = "0.7"
|
||||||
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
tokio-stream = "0.1"
|
||||||
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
serde_json = "1"
|
||||||
|
uuid = { version = "1", features = ["v4", "serde"] }
|
||||||
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
|
rand = "0.8"
|
||||||
|
log = "0.4"
|
||||||
|
env_logger = "0.11"
|
||||||
|
futures = "0.3"
|
||||||
|
bytes = "1"
|
||||||
|
parking_lot = "0.12"
|
||||||
|
dashmap = "6"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user