# 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 = "2018" name = "tokio_kcp" version = "0.9.8" authors = [ "Matrix <113445886@qq.com>", "Y. T. Chung ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A kcp implementation for tokio" documentation = "https://docs.rs/tokio_kcp" readme = "README.md" keywords = [ "kcp", "udp", "reliable", "tokio", ] license = "MIT" repository = "https://github.com/Matrix-Zhang/tokio_kcp" [lib] name = "tokio_kcp" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.byte_string] version = "1" [dependencies.bytes] version = "1.1" [dependencies.futures-util] version = "0.3" [dependencies.kcp] version = "0.5.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.spin] version = "0.9" [dependencies.tokio] version = "1.37" features = [ "net", "sync", "rt", "macros", "time", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1.11" features = [ "net", "sync", "rt", "rt-multi-thread", "macros", "time", "io-util", "io-std", ]