mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-06 12:04:17 +08:00
23 lines
515 B
TOML
23 lines
515 B
TOML
[package]
|
|
name = "http_proto"
|
|
version = "0.13.2"
|
|
edition = "2024"
|
|
resolver = "2"
|
|
|
|
[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 = []
|