# 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 = "light-cache" version = "0.2.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async focused caching library" readme = "README.md" license = "MIT" repository = "https://github.com/nhtyy/light-cache" [lib] name = "light_cache" path = "src/lib.rs" [[bench]] name = "light_cache" path = "benches/light_cache.rs" harness = false [[bench]] name = "light_cache_ttl_policy" path = "benches/light_cache_ttl_policy.rs" [[bench]] name = "moka" path = "benches/moka.rs" [[bench]] name = "quick_cache" path = "benches/quick_cache.rs" harness = false [dependencies.hashbrown] version = "0.14" features = [ "raw", "ahash", ] default-features = false [dependencies.parking_lot] version = "0.12.3" [dependencies.pin-project] version = "1.1.5" [dependencies.priority-queue] version = "2.1.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.4" features = [ "html_reports", "async_tokio", ] [dev-dependencies.moka] version = "0.12.8" features = ["future"] [dev-dependencies.quick_cache] version = "0.6.2" [dev-dependencies.tokio] version = "1.39.2" features = [ "rt", "rt-multi-thread", "macros", "time", "sync", ]