[package] name = "snocat-cli" description = "Streaming Network Overlay Connection Arbitration Tunnel" version = "0.8.0-alpha.5" rust-version = "1.58.0" authors = ["Microsoft Corporation", "Zoey "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/snocat" categories = ["network-programming", "command-line-utilities"] include = ["src/**/*", "build.rs", "Cargo.toml", "LICENSE*", "*.md"] [dependencies] snocat = { version = "^0.8.0-alpha.5", path = "../snocat" } anyhow = "~1.0.43" downcast-rs = "1.2" clap = "3.1" futures = "0.3.21" log = "0.4" quinn = "0.10.2" rustls = "0.21" rustls-native-certs = "~0.6.2" rustls-pemfile = "~1.0.1" rcgen = "0.11.3" thiserror = "~1.0.37" tracing = "0.1.37" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.16", features=["env-filter"] } tokio = { version = "1.25", features=["net", "io-util", "signal", "sync", "time", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1", features=["net", "io-util", "sync"] } tokio-util = { version = "0.7", features=["default", "io", "time"] }