tokio-yamux 0.2.12

Rust implementation of Yamux
Documentation
[dependencies.bytes]
version = "0.5.0"

[dependencies.futures]
version = "0.3.0"

[dependencies.futures-timer]
optional = true
version = "3.0.2"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "0.2.0"

[dependencies.tokio-util]
features = ["codec"]
version = "0.3.0"
[dev-dependencies.bytesize]
version = "1"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.tokio]
features = ["time", "dns", "tcp", "io-util", "rt-core"]
version = "0.2.0"

[features]
default = ["tokio-timer"]
generic-timer = ["futures-timer"]
tokio-timer = ["tokio/time"]
wasm = ["generic-timer", "futures-timer/wasm-bindgen"]

[package]
authors = ["Linfeng Qian <thewawar@gmail.com>", "Nervos Core Dev <dev@nervos.org>"]
description = "Rust implementation of Yamux"
edition = "2018"
license = "MIT"
name = "tokio-yamux"
repository = "https://github.com/nervosnetwork/tentacle"
version = "0.2.12"