# 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 = "socksns" version = "0.4.0" authors = ["Steven Engler"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for running an application in an isolated network namespace, with external network access only through a SOCKS proxy." readme = "README.md" keywords = [ "socks", "proxy", "tor", "namespace", "isolation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/stevenengler/socksns" [[bin]] name = "socksns" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.5.0" features = [ "derive", "wrap_help", ] [dependencies.env_logger] version = "0.11.1" [dependencies.libc] version = "0.2.137" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.29.0" features = [ "sched", "user", ] [dependencies.passfd] version = "0.1.4" [dependencies.tokio] version = "1.39.2" features = [ "net", "rt", "io-util", "macros", "sync", ]