This project manages its dependencies using Cargo.
Learn more
Cargo.toml 327 B
[package]
name = "http"
version = "0.1.0"
edition = "2021"
[features]
secure = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.28.2", features = ["full"] }
phf = { version = "0.11", features = ["macros"] }
tokio-native-tls = "0.3.0"