relay/Cargo.toml
2024-11-25 02:25:03 +02:00

18 lines
653 B
TOML

[package]
name = "cerulea_relay"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
fastwebsockets = { version = "0.8.0", features = ["hyper", "unstable-split", "upgrade"] }
http-body-util = "0.1.2"
hyper = { version = "1.5.1", features = ["client", "full", "http1", "http2", "server"] }
hyper-util = { version = "0.1.10", features = ["tokio", "server", "client", "http1", "http2"] }
pin-project-lite = "0.2.15"
qstring = "0.7.2"
tap = "1.0.1"
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
uuid = { version = "1.11.0", features = ["v4"] }