# 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 = "netns_tcp_bridge" version = "0.1.0" description = "Linux CLI tool to forward TCP connections from one network namespace to another network namespace" readme = "README.md" keywords = [ "netns", "linux", "namespaces", "tcp", "forwarder", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/netns_tcp_bridge" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.59" [dependencies.either] version = "1.7.0" [dependencies.flume] version = "0.10.14" features = ["async"] default-features = false [dependencies.gumdrop] version = "0.8.1" [dependencies.nix] version = "0.24.2" features = [ "sched", "socket", "uio", "fs", "net", ] default-features = false [dependencies.tokio] version = "1.20.1" features = [ "net", "rt", "io-util", ]