# 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" name = "socky" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Websocket proxy support" readme = "README.md" license = "MIT" [lib] name = "socky" path = "src/lib.rs" [dependencies.async-tungstenite] version = "0.23" features = [ "tokio", "tokio-rustls-webpki-roots", ] [dependencies.futures-util] version = "0.3.30" [dependencies.proxied] version = "0.3.5" [dependencies.rustls] version = "0.21.12" [dependencies.rustls-native-certs] version = "0.7.1" [dependencies.rustls-pki-types] version = "1.7.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "sync", "rt", "macros", ] [dependencies.tokio-rustls] version = "0.24.1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.1" [dependencies.webpki-roots] version = "0.26.3"