Files
Stalwart/crates/http-proto/Cargo.toml
mdecimus 8b09a01c73 v0.15.3
2025-12-29 15:32:39 +01:00

23 lines
500 B
TOML

[package]
name = "http_proto"
version = "0.15.3"
edition = "2024"
[dependencies]
common = { path = "../common" }
trc = { path = "../trc" }
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1.1", features = ["tokio"] }
http-body-util = "0.1.0"
form_urlencoded = "1.1.0"
percent-encoding = "2.3.1"
compact_str = "0.9.0"
[dev-dependencies]
[features]
test_mode = []
enterprise = []