# 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 = "qlrumap" version = "0.0.2" exclude = [ ".fossil-settings", "examples", "tests", "www", ".efiles", ".fslckout", "notes.text", "rustfmt.toml", ] description = "A HashMap with an LRU feature." readme = "README.md" keywords = [ "hash", "hashmap", "lru", ] categories = ["data-structures"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/qlrumap" [dependencies.ahash] version = "0.8.2" [dependencies.hashbrown] version = "0.13.1" features = ["raw"] [dependencies.sn_fake_clock] version = "0.4.14" optional = true [features] fake-clock = ["sn_fake_clock"]