websocket-lite 0.2.4

A fast, low-overhead WebSocket client
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]
edition = "2018"
name = "websocket-lite"
version = "0.2.4"
authors = ["Tim Robinson <tim.g.robinson@gmail.com>"]
description = "A fast, low-overhead WebSocket client"
license = "MIT"
repository = "https://github.com/1tgr/rust-websocket-lite"
[dependencies.base64]
version = "0.9"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.httparse]
version = "1"

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

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.rand]
version = "0.5"

[dependencies.sha1]
version = "0.6"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-openssl]
version = "0.2"
optional = true

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.tokio-tls]
version = "0.1"
optional = true

[dependencies.url]
version = "1"

[dependencies.websocket-codec]
version = "0.1"
[dev-dependencies.structopt]
version = "0.2"

[dev-dependencies.tokio-core]
version = "0.1"

[dev-dependencies.tokio-timer]
version = "0.2"

[features]
default = ["ssl-native-tls"]
nightly = []
ssl-native-tls = ["native-tls", "tokio-tls"]
ssl-openssl = ["openssl", "tokio-openssl"]