tungstenite 0.5.2

Lightweight stream-based WebSocket implementation
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tungstenite"
version = "0.5.2"
authors = ["Alexey Galakhov"]
description = "Lightweight stream-based WebSocket implementation"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.5.2"
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"
[dependencies.base64]
version = "0.9.0"

[dependencies.byteorder]
version = "1.1.0"

[dependencies.bytes]
version = "0.4.4"

[dependencies.httparse]
version = "1.2.3"

[dependencies.input_buffer]
version = "0.1.1"

[dependencies.log]
version = "0.4.0"

[dependencies.native-tls]
version = "0.1.4"
optional = true

[dependencies.rand]
version = "0.4.1"

[dependencies.sha1]
version = "0.3.0"

[dependencies.url]
version = "1.5.1"

[dependencies.utf-8]
version = "0.7.1"
[dev-dependencies.env_logger]
version = "0.4.3"

[features]
default = ["tls"]
tls = ["native-tls"]