async-tungstenite
This commit is contained in:
parent
9729fb0c09
commit
1baaad2f76
10 changed files with 423 additions and 272 deletions
60
Cargo.toml
60
Cargo.toml
|
|
@ -4,42 +4,42 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
tokio-tungstenite = { version = "*" }
|
||||
tokio-util = { version = "*", features = ["full"] }
|
||||
hyper = { version = "*", features = ["full"] }
|
||||
ansi_term = "*"
|
||||
async-tungstenite = { version = "*" }
|
||||
axum = "*"
|
||||
base64 = "0.22.1"
|
||||
bytes = "*"
|
||||
chrono = "*"
|
||||
cmake = "*"
|
||||
crossterm = "*"
|
||||
dashmap = "*"
|
||||
der = "*"
|
||||
futures = "*"
|
||||
futures-util = "*"
|
||||
hex = "*"
|
||||
http = "*"
|
||||
tungstenite = "*"
|
||||
hyper = { version = "*", features = ["full"] }
|
||||
json = "*"
|
||||
loom = "0.7.2"
|
||||
once_cell = "1.21.3"
|
||||
pkcs8 = { version = "*", features = ["alloc"] }
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
reqwest = "*"
|
||||
rustls = { version = "*", default-features = false, features = ["ring"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sha2 = "*"
|
||||
sys-info = "*"
|
||||
sysinfo = "0.30"
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
tokio-stream = "*"
|
||||
tokio-util = { version = "*", features = ["full"] }
|
||||
tokio_websocket_server = "0.1.0"
|
||||
tracing = "*"
|
||||
tracing-subscriber = "*"
|
||||
tungstenite = "*"
|
||||
uuid = "*"
|
||||
axum = "*"
|
||||
json = "*"
|
||||
reqwest = "*"
|
||||
hex = "*"
|
||||
rustls = { version = "*", default-features = false, features = ["ring"] }
|
||||
cmake = "*"
|
||||
walkdir = "2.5.0"
|
||||
sysinfo = "0.30"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
bytes = "*"
|
||||
crossterm = "*"
|
||||
sys-info = "*"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
base64 = "0.22.1"
|
||||
once_cell = "1.21.3"
|
||||
warp = "*"
|
||||
x448 = { version = "*" }
|
||||
x509 = "*"
|
||||
sha2 = "*"
|
||||
der = "*"
|
||||
pkcs8 = { version = "*", features = ["alloc"] }
|
||||
futures = "*"
|
||||
dashmap = "*"
|
||||
warp = { version = "*" }
|
||||
chrono = "*"
|
||||
tokio-stream = "*"
|
||||
loom = "0.7.2"
|
||||
ansi_term = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue