[package] name = "back" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = { version = "0.7.4", features = ["macros"] } axum-server = { version = "0.6.0", features = ["tls-rustls"] } futures-util = "0.3.30" rand = "0.8.5" ringbuf = "0.3.3" rustls-pemfile = "2.1.2" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" tokio = { version = "1.36.0", features = ["full"] } tokio-rustls = "0.25.0" tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] } tokio-util = { version = "0.7.10", features = ["full"] } tower-http = { version = "0.5.2", features = ["full"] }