# 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 = "kcpserver" version = "1.1.5" authors = ["luyi "] description = "fast kcp server frame." documentation = "https://docs.rs/kcpserver" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/kcp_server" [dependencies.async-lock] version = "3.3" [dependencies.async-trait] version = "0.1.40" [dependencies.atomic-waker] version = "1" [dependencies.bytes] version = "1" [dependencies.data-rw] version = "1.6" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.udp_server] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.11"