# 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 = "2018" name = "wstt" version = "0.11.2" authors = ["Alexey Galakhov", "Daniel Abramov"] description = "Lightweight stream-based WebSocket implementation" homepage = "https://github.com/snapview/tungstenite-rs" documentation = "https://docs.rs/tungstenite/0.11.1" readme = "README.md" keywords = ["websocket", "io", "web"] categories = ["web-programming::websocket", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/snapview/tungstenite-rs" [[example]] name = "autobahn-client" required-features = ["deflate"] [[example]] name = "autobahn-server" required-features = ["deflate"] [[example]] name = "client" required-features = ["deflate"] [dependencies.base64] version = "0.12.0" [dependencies.byteorder] version = "1.3.2" [dependencies.bytes] version = "0.5" [dependencies.env_logger] version = "0.7.1" [dependencies.flate2] version = "1.0" features = ["zlib"] optional = true default-features = false [dependencies.http] version = "0.2" [dependencies.httparse] version = "1.3.4" [dependencies.input_buffer] version = "0.3.0" [dependencies.log] version = "0.4.8" [dependencies.native-tls] version = "0.2.3" optional = true [dependencies.rand] version = "0.7.2" [dependencies.sha-1] version = "0.9" [dependencies.url] version = "2.1.0" [dependencies.utf-8] version = "0.7.5" [dev-dependencies.net2] version = "0.2.33" [features] default = ["tls"] deflate = ["flate2"] tls = ["native-tls"] tls-vendored = ["native-tls", "native-tls/vendored"]