[package] name = "iroh-forward" version = "0.1.0" edition = "2021" description = "TCP-over-Iroh forwarder: dial a serving host by public key, forward a local TCP port over QUIC" [dependencies] iroh = "1.0" tokio = { version = "1", features = ["full"] } clap = { version = "4", features = ["derive"] } anyhow = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } data-encoding = "2" [profile.release] opt-level = 3