# 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 = "portForwarder" version = "0.1.2" authors = ["analyman "] description = "a TCP/UDP port multiplexer which forwards connection based on content of traffic" homepage = "https://github.com/lidotcircle/portForwarder" documentation = "https://github.com/lidotcircle/portForwarder/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/lidotcircle/portForwarder" [lib] name = "portforwarder" path = "src/lib.rs" [[bin]] name = "portfd" path = "src/bin/main.rs" [dependencies.ctrlc] version = "3.3.1" [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.ipnet] version = "2.7.1" [dependencies.log] version = "0.4.17" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.yaml-rust] version = "0.4.5"