[package] name = "holepunch" version = "0.0.2" edition = "2021" description = "A crate which allows two hosts to establish a TCP stream with zero port forwarding or firewall configuration required." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] icmp-socket = "0.2.0" [dev-dependencies] holepunch = { path = "." }