# 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 = "wag" version = "0.3.0" authors = ["just-do-halee "] exclude = [ ".gitignore", ".github/", ] description = "Go like sync.WaitGroup implementation in Rust. (sync/async)" homepage = "https://github.com/just-do-halee/wag" documentation = "https://docs.rs/wag" readme = "README.md" keywords = [ "sync", "async", "wait", "waitgroup", "wake", ] categories = [ "asynchronous", "concurrency", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/wag.git" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.22.0" features = ["full"]