Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "4.0.2"

[dependencies.tokio]
features = []
version = "1.8"

[dependencies.tokio-stream]
version = "0.1.6"

[features]
default = []
frame = []
full = ["frame"]

[package]
authors = ["Aaron Taner <mapkts@gmail.com>"]
description = "WIP"
documentation = "https://docs.rs/binate"
edition = "2018"
homepage = "https://github.com/mapkts/binate"
license = "MIT OR Apache-2.0"
name = "binate"
readme = "README.md"
repository = "https://github.com/mapkts/binate"
version = "0.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(loom)".dependencies.loom]
version = "0.5"