# 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_cache" version = "0.3.1" authors = [ "Pure White ", "Giggle ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async refresh cache." readme = "README.md" keywords = [ "cache", "async", "refresh", ] categories = [ "asynchronous", "concurrency", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/PureWhiteWu/async_cache" [lib] name = "async_cache" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1" [dependencies.async_singleflight] version = "0.5" [dependencies.dashmap] version = "5" [dependencies.faststr] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.hashbrown] version = "0.14" [dependencies.parking_lot] version = "0.12" [dependencies.tokio] version = "1" features = [ "sync", "time", "rt", ] [dev-dependencies.tokio] version = "1" features = ["full"]