[badges.maintenance]
status = "actively-developed"
[dependencies.limq]
version = "0.3.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.wakerizer]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.44.1"
[lib]
name = "limqch"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "A channel built on top of limq."
edition = "2024"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["channel", "bounded"]
license = "0BSD"
name = "limqch"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/limqch"
rust-version = "1.85"
version = "0.2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "closed"
path = "tests/closed.rs"
[[test]]
name = "ctrl"
path = "tests/ctrl.rs"