[package]
edition = "2024"
name = "bchan"
version = "1.0.0"
authors = ["George Barwood"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A buffered channel similar to std::sync::mpsc::channel, but faster."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georgebarwood/bchan"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "bchan"
path = "src/lib.rs"
[dev-dependencies.bufchan]
version = "0.1.0"