ws_stream_tungstenite 0.1.0-alpha.1

Provide AsyncRead/AsyncWrite over Tungstenite WebSockets
Documentation
# Auto-generated from "Cargo.yml"
[dependencies]
log = "^0.4"
pin-utils = "^0.1.0-alpha"
tungstenite = "^0.9"

[dependencies.futures-preview]
features = ["io-compat", "compat"]
version = "^0.3.0-alpha"

[dependencies.futures_01]
package = "futures"
version = "^0.1"

[dependencies.tokio]
default-features = false
features = ["codec"]
version = "^0.1"

[dependencies.tokio-tungstenite]
version = "^0.9"

[dev-dependencies]
flexi_logger = "^0.14"
futures-timer = "^0.3"
futures_codec = "^0.2"
futures_ringbuf = "^0.1"
pretty_assertions = "^0.6"
url = "^2"

[dev-dependencies.futures-preview]
features = ["async-await", "nightly"]
version = "^0.3.0-alpha"

[dev-dependencies.tokio-executor]
version = "^0.1"

[dev-dependencies.tokio-tls]
default-features = false
features = []
version = "^0.2"

[features]
default = []
external_doc = []

[package]
authors = ["Naja Melan <najamelan@autistici.org>"]
categories = []
description = "Provide AsyncRead/AsyncWrite over Tungstenite WebSockets"
documentation = "https://docs.rs/ws_stream_tungstenite"
edition = "2018"
homepage = "https://github.com/najamelan/ws_stream_tungstenite"
keywords = ["websocket", "tokio", "stream", "async", "futures"]
license = "Unlicense"
name = "ws_stream_tungstenite"
readme = "README.md"
repository = "https://github.com/najamelan/ws_stream_tungstenite"
version = "0.1.0-alpha.1"

[package.metadata]
[package.metadata."docs.rs"]
all-features = true

[patch]
[patch.crates-io]
[patch.crates-io.futures_codec]
git = "https://github.com/matthunz/futures-codec.git"

[patch.crates-io.tungstenite]
git = "https://github.com/najamelan/tungstenite-rs"

[profile]
[profile.release]
codegen-units = 1