# 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.66.0" name = "cable-tunnel-server-backend" version = "0.1.0" authors = ["Michael Farrell "] description = "webauthn-rs caBLE tunnel server backend" readme = "README.md" keywords = [ "cable", "hybrid", "fido", "webauthn", ] categories = ["authentication"] license = "MPL-2.0" repository = "https://github.com/kanidm/webauthn-rs/" resolver = "1" [dependencies.cable-tunnel-server-common] version = "0.1.0" [dependencies.clap] version = "^4.2.4" features = [ "derive", "env", ] [dependencies.futures] version = "^0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.http-body] version = "=1.0.0-rc.2" [dependencies.http-body-util] version = "=0.1.0-rc.2" [dependencies.hyper] version = "=1.0.0-rc.3" features = [ "http1", "server", ] default-features = false [dependencies.thiserror] version = "^1.0.37" [dependencies.tokio] version = "1.22.0" features = [ "sync", "test-util", "macros", "rt-multi-thread", "time", ] [dependencies.tokio-native-tls] version = "^0.3.1" [dependencies.tokio-tungstenite] version = "^0.18.0" features = ["native-tls"] [dependencies.tracing] version = "^0.1.35" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", "fmt", ] [dependencies.tungstenite] version = "^0.18.0" features = ["handshake"] default-features = false