# 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 = "traffic_forward" version = "0.1.8" authors = ["bigbug-gg "] description = "This is a tool that allows you to easily create traffic forwarding rules through this command, which is implemented through the iptables tool." homepage = "https://github.com/bigbug-gg/traffic_forward" readme = "README.md" keywords = [ "forward", "iptables", ] categories = ["Command-line interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/bigbug-gg/traffic_forward" [dependencies.actix-web] version = "4.5.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.nix] version = "^0.28" [dependencies.rexpect] version = "0.5.0" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.115"