# 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 = "rproxy" version = "0.1.7" authors = ["Rong Xian "] exclude = [ ".gitignore", "Cargo.toml.orig", "Cargo.lock", ] description = "Platform independent asynchronous UDP/TCP proxy" homepage = "https://github.com/glacierx/rproxy" readme = "README.md" keywords = [ "proxy", "TCP", "UDP", "async", "openvpn", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/glacierx/rproxy" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.argh] version = "0.1.7" [dependencies.async-trait] version = "0.1.64" [dependencies.cargo-strip] version = "0.2.3" [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.8.1" [dependencies.futures] version = "0.3.26" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.log4rs] version = "1.1.1" [dependencies.pin-project-internal] version = "1.0.12" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_repr] version = "0.1.10" [dependencies.tokio] version = "1.25.0" features = ["full"]