# 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_counter" version = "0.1.3" authors = ["Victor Ermolaev "] description = "Counter that implements a future to await on specific value. " homepage = "https://github.com/vnermolaev/async-counter" documentation = "https://docs.rs/async-counter/" readme = "README.md" keywords = [ "future", "counter", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vnermolaev/async-counter" [dependencies] [dev-dependencies.log] version = "0.4.20" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tokio] version = "1.35.1" features = [ "rt", "macros", "time", ]