# 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 = "blksocks" version = "1.2.5" authors = ["Hugo Wang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A transparent TCP redirector." readme = "README.md" keywords = [ "tproxy", "linux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mitnk/blksocks" [[bin]] name = "blksocks" path = "src/main.rs" [dependencies.flexi_logger] version = "0.29" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.29" features = [ "socket", "process", "net", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8"