# 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 = "cproxy" version = "4.2.1" authors = ["Xiangru Lian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Transparent proxy built on cgroup net_cls." homepage = "https://github.com/NOBLES5E/cproxy" readme = "README.md" license = "AGPL-3.0-or-later" [[bin]] name = "cproxy" path = "src/main.rs" [dependencies.cgroups-rs] version = "0.3" [dependencies.cmd_lib] version = "1.9" [dependencies.color-eyre] version = "0.6" [dependencies.ctrlc] version = "3.4" [dependencies.eyre] version = "0.6" [dependencies.flume] version = "0.11" [dependencies.nix] version = "0.29" features = ["user"] [dependencies.structopt] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.with_drop] version = "0.0.3"