# 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 = "async-waitgroup" version = "0.1.3" authors = ["Shaolong Chen "] description = "Golang like WaitGroup implementation that supports both sync and async Rust" homepage = "https://github.com/maolonglong/async-waitgroup" documentation = "https://docs.rs/async-waitgroup" readme = "README.md" keywords = [ "atomic", "sync", "async", "waitgroup", "futures", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maolonglong/async-waitgroup" [dependencies.event-listener] version = "5.0.0" default-features = false [dependencies.event-listener-strategy] version = "0.5.0" default-features = false [dependencies.futures-core] version = "0.3.30" default-features = false [dependencies.pin-project-lite] version = "0.2.13" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.pin-utils] version = "0.1" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt", ] [features] default = ["std"] std = [ "event-listener/std", "event-listener-strategy/std", ]