[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.34" futures = "0.3.7" hyper = "0.13.8" thiserror = "1.0.22" tokio = { version = "0.2.22", features = ["full"] } tracing = "0.1.21" tracing-futures = "0.2.4" tracing-subscriber = "0.2.15" ulid = "0.4.1"