bmrng 0.5.0

async MPSC request-response channel for Tokio
Documentation
[[bench]]
harness = false
name = "bench_channel_async"

[[bench]]
harness = false
name = "bench_channel_sync"

[[test]]
name = "tests"
[badges.codecov]
branch = "master"
repository = "oguzbilgener/bmrng"
service = "github"

[badges.maintenance]
status = "actively-developed"
[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["sync", "time"]
version = "1"
[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "^0.3.4"

[dev-dependencies.loom]
version = "^0.4.0"

[dev-dependencies.tokio]
features = ["test-util", "rt", "rt-multi-thread", "macros"]
version = "1"

[dev-dependencies.tokio-test]
version = "^0.4"

[package]
authors = ["Oguz Bilgener <oguz@bilgener.me>"]
categories = ["concurrency", "asynchronous"]
description = "async MPSC request-response channel for Tokio"
documentation = "https://docs.rs/bmrng"
edition = "2018"
include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "benches/**/*.rs"]
keywords = ["tokio", "mpsc", "request", "async"]
license = "MIT OR Apache-2.0"
name = "bmrng"
repository = "https://github.com/oguzbilgener/bmrng"
version = "0.5.0"
[target."cfg(loom)".dependencies.loom]
features = ["futures", "checkpoint"]
version = "^0.4.0"