# 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 = "dumbpipe" version = "0.20.0" authors = [ "RĂ¼diger Klaehn ", "n0 team", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli tool to pipe data over the network, with NAT hole punching" readme = "README.md" keywords = [ "netcat", "cli", "network", "p2p", "holepunching", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/n0-computer/dumbpipe" [lib] name = "dumbpipe" path = "src/lib.rs" [[bin]] name = "dumbpipe" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.iroh-net] version = "0.28" [dependencies.quinn] version = "0.12" package = "iroh-quinn" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.duct] version = "0.13.6" [dev-dependencies.nix] version = "0.29" features = [ "signal", "process", ] [dev-dependencies.rand] version = "0.8.5"