# 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 = "fastcache" version = "0.1.6" authors = ["Pure White "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A performant but not-so-accurate time and capacity based cache for Rust." homepage = "https://crates.io/crates/fastcache" documentation = "https://docs.rs/fastcache" readme = "README.md" keywords = [ "cache", "time", "capacity", "performance", "ttl", ] categories = ["caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/PureWhiteWu/fastcache" [lib] name = "fastcache" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.crossbeam-queue] version = "0.3" [dependencies.crossbeam-utils] version = "0.8" [dependencies.dashmap] version = "6" features = ["inline"] [badges.maintenance] status = "actively-developed"