[package] name = "cproxy" version = "4.1.6" authors = ["Xiangru Lian "] description = "Transparent proxy built on cgroup net_cls." homepage = "https://github.com/NOBLES5E/cproxy" license = "AGPL-3.0-or-later" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = "0.1" anyhow = "1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } structopt = "0.3" cmd_lib = "1.3" ctrlc = "3.2" cgroups-rs = "0.2" nix = "0.23" flume = "0.10" with_drop = "0.0.1"