# 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 = "udp_server" version = "1.0.4" authors = ["luyi "] description = "fast udp server frame." documentation = "https://docs.rs/udp_server/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/udp_server" [dependencies.async-lock] version = "3.3" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.net2] version = "0.2" [dependencies.num_cpus] version = "1.8" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.env_logger] version = "0.10"