# 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 = "threadsafe-lru" version = "0.1.2" authors = ["Bijan Nazem "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Thread-safe LRU """ homepage = "https://github.com/bijanvan/threadsafe-lru" documentation = "https://docs.rs/threadsafe-lru" readme = "README.md" keywords = [ "LRU", "Cache", "Concurrent", ] license = "MIT/Apache-2.0" repository = "https://github.com/bijanvan/threadsafe-lru" [lib] name = "threadsafe_lru" path = "src/lib.rs" [[bin]] name = "threadsafe_lru_demo" path = "src/bin.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.hashbrown] version = "0.15.0" [dependencies.indexlist1] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.moka] version = "0.12.8" features = ["sync"] [dev-dependencies.rand] version = "0.5.5"