# 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" name = "atomic-waitgroup" version = "0.1.3" authors = ["plan "] description = "A waitgroup implementation supports async with advanced features" documentation = "https://docs.rs/atomic-waitgroup" readme = "README.md" keywords = [ "async", "waitgroup", "concurrency", ] categories = [ "concurrency", "data-structures", ] license = "BSD-1-Clause" repository = "https://github.com/frostyplanet/atomic-waitgroup-rs/" [dependencies.log] version = "0" [dependencies.parking_lot] version = "0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tokio] version = "1" features = [ "time", "sync", "rt-multi-thread", ]