# 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 = "2018" name = "async_singleflight" version = "0.5.2" authors = ["Pure White "] description = "Async singleflight." readme = "README.md" keywords = [ "singleflight", "async", ] categories = [ "asynchronous", "concurrency", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/PureWhiteWu/async_singleflight" [dependencies.futures] version = "0.3" [dependencies.hashbrown] version = "0.13" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1" [dependencies.tokio] version = "1" features = ["sync"] [dev-dependencies.tokio] version = "1" features = ["full"]