# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80.0" name = "mea" version = "0.0.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A runtime-agnostic library providing essential synchronization primitives for asynchronous Rust programming." homepage = "https://github.com/tisonkun/mea" documentation = "https://docs.rs/mea" readme = "README.md" keywords = [ "async", "concurrency", "synchronization", "waitgroup", "mutex", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/tisonkun/mea" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "mea" path = "src/lib.rs" [dependencies.slab] version = "0.4.9" [dev-dependencies.pollster] version = "0.4.0" features = ["macro"] [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [lints.clippy] dbg_macro = "deny" [lints.rust] unknown_lints = "deny"