# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kcp" version = "0.5.3" authors = [ "Matrix <113445886@qq.com>", "Y. T. Chung ", ] description = "Reliable-UDP Library for Rust" documentation = "https://docs.rs/kcp" readme = "README.md" keywords = [ "kcp", "udp", "reliable", "net", ] license = "MIT" repository = "https://github.com/Matrix-Zhang/kcp" [dependencies.bytes] version = "1.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0.36" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.time] version = "0.3" [features] fastack-conserve = []