[package] name = "dumbpipe" version = "0.20.0" edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["netcat", "cli", "network", "p2p", "holepunching"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/n0-computer/dumbpipe" description = "A cli tool to pipe data over the network, with NAT hole punching" readme = "README.md" [dependencies] anyhow = "1.0.75" clap = { version = "4.4.10", features = ["derive"] } hex = "0.4.3" iroh-net = "0.28" quinn = { version = "0.12", package = "iroh-quinn" } tokio = { version = "1.34.0", features = ["full"] } tokio-util = "0.7.10" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } [dev-dependencies] duct = "0.13.6" nix = { version = "0.29", features = ["signal", "process"] } rand = "0.8.5"