[dependencies.equivalent]
version = "1"
[dependencies.rapidhash]
default-features = false
optional = true
version = "4"
[dependencies.typeid]
default-features = false
optional = true
version = "1"
[dev-dependencies.rapidhash]
default-features = false
version = "4"
[features]
default = []
nightly = ["rapidhash?/nightly"]
rapidhash = ["dep:rapidhash"]
stats = ["dep:typeid"]
[lib]
name = "fixed_cache"
path = "src/lib.rs"
[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "concurrency", "data-structures"]
description = "A minimalistic, lock-free, fixed-size cache"
edition = "2024"
keywords = ["fixed", "cache", "hash", "concurrent", "lock-free"]
license = "MIT OR Apache-2.0"
name = "fixed-cache"
readme = "README.md"
repository = "https://github.com/DaniPopes/fixed-cache"
rust-version = "1.88"
version = "0.1.3"