# 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" rust-version = "1.65" name = "lru-cache-map" version = "0.2.0" description = "A cache that holds a limited number of key-value pairs." readme = "README.md" keywords = ["lru"] categories = [ "algorithms", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drmingdrmer/lru-cache/" [dependencies.hashbrown] version = "0.14.0" [dependencies.hashlink] version = "0.8.4" [dev-dependencies]