# 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 = "bmrng" version = "0.5.2" authors = ["Oguz Bilgener "] include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "benches/**/*.rs"] description = "async MPSC request-response channel for Tokio" documentation = "https://docs.rs/bmrng" keywords = ["tokio", "mpsc", "request", "async"] categories = ["concurrency", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/oguzbilgener/bmrng" [[test]] name = "tests" [[bench]] name = "bench_channel_async" harness = false [[bench]] name = "bench_channel_sync" harness = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.tokio] version = "1" features = ["sync", "time"] [dev-dependencies.criterion] version = "0.3" features = ["async_tokio", "html_reports"] [dev-dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.loom] version = "0.5" features = ["futures", "checkpoint"] [dev-dependencies.tokio] version = "1" features = ["test-util", "rt", "rt-multi-thread", "macros"] [badges.maintenance] status = "actively-developed"