[package] name = "bndpresbufch" version = "0.1.2" edition = "2021" license = "0BSD" # https://crates.io/category_slugs categories = [ "concurrency", "data-structures" ] keywords = [ "channel" ] repository = "https://repos.qrnch.tech/pub/bndpresbufch" description = "Bounds-preserving channel for passing buffers." rust-version = "1.56" exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml" ] [dependencies] parking_lot = { version = "0.12.3" } bndpresbufq = { version = "0.1.4" } rustc-hash = { version = "2.0.0" } [dev-dependencies] tokio = { version = "1.40.0", features = [ "macros", "rt-multi-thread" ] } [lints.clippy] all = { level = "deny", priority = -1 } pedantic = { level = "warn", priority = -1 } nursery = { level = "warn", priority = -1 } cargo = { level = "warn", priority = -1 }