[dependencies.ahash]
default-features = false
features = ["std", "compile-time-rng"]
optional = true
version = "0.8.12"
[dependencies.indexmap]
version = "2.10.0"
[features]
ahash = ["dep:ahash"]
default = ["ahash"]
[lib]
name = "evictor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "data-structures", "memory-management"]
description = "A library for generic caching with configurable eviction policies."
edition = "2024"
keywords = ["lru", "cache", "eviction", "heap", "data-structures"]
license = "MIT OR Apache-2.0"
name = "evictor"
readme = "README.md"
repository = "https://github.com/jesterhearts/evictor"
version = "0.4.0"