Files
robinsr/kcp/Cargo.toml

21 lines
339 B
TOML
Raw Permalink Normal View History

2024-10-23 04:49:46 +07:00
[package]
name = "mhy-kcp"
version.workspace = true
2025-02-26 21:37:34 +07:00
edition = "2024"
2024-10-23 04:49:46 +07:00
[features]
fastack-conserve = []
tokio = ["dep:tokio"]
[dependencies]
bytes = "1.6.0"
log = "0.4.21"
2025-02-26 21:37:34 +07:00
thiserror = "2.0.11"
2024-10-23 04:49:46 +07:00
tokio = { version = "1.37.0", optional = true, features = ["io-util"] }
[dev-dependencies]
time = "0.3.34"
2025-02-26 21:37:34 +07:00
rand = "0.9.0"
2024-10-23 04:49:46 +07:00
env_logger = "0.11.3"