[dependencies.slab]
version = "0.4.9"
[dev-dependencies.pollster]
features = ["macro"]
version = "0.4.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.41.0"
[dev-dependencies.tokio-test]
version = "0.4.4"
[lib]
name = "mea"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "deny"
[lints.rust]
unknown_lints = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A runtime-agnostic library providing essential synchronization primitives for asynchronous Rust programming."
documentation = "https://docs.rs/mea"
edition = "2021"
homepage = "https://github.com/fast/mea"
keywords = ["async", "concurrency", "synchronization", "waitgroup", "mutex"]
license = "Apache-2.0"
name = "mea"
readme = "README.md"
repository = "https://github.com/fast/mea"
rust-version = "1.80.0"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]