# 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 = "gatekeeper" version = "2.4.0" authors = ["takayuki goto "] description = "A SOCKS proxy implementation" readme = "Readme.md" keywords = [ "proxy", "socks", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/Idein/gatekeeper" [lib] name = "gatekeeper" path = "src/lib.rs" [[bin]] name = "gatekeeperd" path = "src/main.rs" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.derive_more] version = "0.99" [dependencies.failure] version = "0.1.6" [dependencies.libc] version = "0.2.60" [dependencies.log] version = "0.4.6" [dependencies.nix] version = "0.26" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_regex] version = "1.1" [dependencies.serde_yaml] version = "0.8.26" [dependencies.signal-hook] version = "0.3" [dependencies.socket2] version = "0.5" [dev-dependencies.socks] version = "0.3.2"