# 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 = "lru-mem" version = "0.3.0" authors = ["florian1345 "] description = "An LRU cache implementation bounded by memory." documentation = "https://docs.rs/lru-mem/" readme = "README.md" keywords = [ "lru", "cache", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/florian1345/lru-mem" [profile.bench] opt-level = 3 lto = true [[bench]] name = "bench" harness = false [dependencies.hashbrown] version = "0.14" features = ["raw"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8"