[package] name = "kcp" version = "0.5.3" authors = ["Matrix <113445886@qq.com>", "Y. T. Chung "] description = "Reliable-UDP Library for Rust" license = "MIT" readme = "README.md" keywords = ["kcp", "udp", "reliable", "net"] documentation = "https://docs.rs/kcp" repository = "https://github.com/Matrix-Zhang/kcp" edition = "2021" [features] fastack-conserve = [] [dependencies] bytes = "1.0" log = "0.4" thiserror = "1.0.36" [dev-dependencies] time = "0.3" rand = "0.8" env_logger = "0.10"