# 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 = "lazy-lru" version = "0.1.3" authors = ["Behzad Nouri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A least-recently-used (LRU) cache implementation with lazy eviction" homepage = "https://github.com/behzadnouri/lazy-lru" documentation = "https://docs.rs/lazy-lru/" readme = "README.md" keywords = [ "LRU", "cache", ] categories = [ "caching", "no-std", ] license = "MIT" repository = "https://github.com/behzadnouri/lazy-lru.git" [lib] name = "lazy_lru" path = "src/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs" [dependencies.hashbrown] version = "0.14.3" [dev-dependencies.lru] version = "0.12.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-case] version = "3.3.1"