[dependencies.ahash]
version = "0.8.11"
[dependencies.hashbrown]
features = ["raw"]
version = "0.14.5"
[dependencies.sn_fake_clock]
optional = true
version = "0.4.14"
[features]
fake-clock = ["sn_fake_clock"]
inline-more = []
[lib]
name = "qlrumap"
path = "src/lib.rs"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "An LRU HashMap with an optional passive ttl feature."
edition = "2024"
exclude = [".fossil-settings", "examples", "www", ".efiles", ".fslckout", "bacon.toml", "rustfmt.toml"]
keywords = ["hash", "hashmap", "lru"]
license = "0BSD"
name = "qlrumap"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/qlrumap"
rust-version = "1.85"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[[test]]
name = "firstlast"
path = "tests/firstlast.rs"
[[test]]
name = "iter"
path = "tests/iter.rs"
[[test]]
name = "timeout"
path = "tests/timeout.rs"