[package] name = "ptth_forwarding_relay" version = "0.1.0" authors = ["_"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.38" futures = "0.3.7" futures-util = "0.3.8" hyper = "0.14.4" thiserror = "1.0.24" tokio = { version = "1.2.0", features = [] } tokio-stream = "0.1.3" tracing = "0.1.25" tracing-futures = "0.2.5" tracing-subscriber = "0.2.16" ulid = "0.4.1"