# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.58.0" name = "snocat-cli" version = "0.8.0-alpha.5" authors = [ "Microsoft Corporation", "Zoey ", ] include = [ "src/**/*", "build.rs", "Cargo.toml", "LICENSE*", "*.md", ] description = "Streaming Network Overlay Connection Arbitration Tunnel" readme = "README.md" categories = [ "network-programming", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/snocat" resolver = "1" [dependencies.anyhow] version = "~1.0.43" [dependencies.clap] version = "3.1" [dependencies.downcast-rs] version = "1.2" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4" [dependencies.quinn] version = "0.10.2" [dependencies.rcgen] version = "0.11.3" [dependencies.rustls] version = "0.21" [dependencies.rustls-native-certs] version = "~0.6.2" [dependencies.rustls-pemfile] version = "~1.0.1" [dependencies.snocat] version = "^0.8.0-alpha.5" [dependencies.thiserror] version = "~1.0.37" [dependencies.tokio] version = "1.25" features = [ "net", "io-util", "signal", "sync", "time", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" features = [ "net", "io-util", "sync", ] [dependencies.tokio-util] version = "0.7" features = [ "default", "io", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]