# 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 = "easyproxy" version = "0.1.2" authors = ["iwannay <772648576@qq.com>"] description = "🐚 An async & dynamic 4 layer TCP proxy for Rust" documentation = "https://docs.rs/easyproxy" keywords = [ "async", "tcp", "proxy", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/iwannay/easyproxy" resolver = "2" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.16" [dependencies.tokio] version = "1.17.0" features = ["full"]