# 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.63.0" name = "snocat" 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"] license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/snocat" resolver = "1" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.anyhow] version = "~1.0.43" [dependencies.arc-swap] version = "1.5" [dependencies.dashmap] version = "5.4" [dependencies.downcast-rs] version = "1.2" [dependencies.fred] version = "6" features = [] optional = true default-features = false [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.quinn] version = "0.10.2" [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "~1.0.1" [dependencies.serde] version = "1.0.128" features = ["derive"] [dependencies.serde_json] version = "~1.0.66" [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.uuid] version = "1.3" features = [ "v4", "v5", "serde", ] [dev-dependencies.mockall] version = "0.11" features = ["nightly"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] backtrace = [ "default", "core", ] core = [] default = ["core"] full = [ "core", "redis-store", ] integration-redis = ["redis-store"] redis-store = ["fred"]