fixed-cache 0.1.7

A minimalistic, lock-free, fixed-size cache
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "fixed-cache"
version = "0.1.7"
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalistic, lock-free, fixed-size cache"
readme = "README.md"
keywords = [
    "fixed",
    "cache",
    "hash",
    "concurrent",
    "lock-free",
]
categories = [
    "caching",
    "concurrency",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DaniPopes/fixed-cache"

[features]
default = []
nightly = ["rapidhash?/nightly"]
rapidhash = ["dep:rapidhash"]
stats = ["dep:typeid"]

[lib]
name = "fixed_cache"
path = "src/lib.rs"

[dependencies.equivalent]
version = "1"

[dependencies.rapidhash]
version = "4"
optional = true
default-features = false

[dependencies.typeid]
version = "1"
optional = true
default-features = false

[dev-dependencies.rapidhash]
version = "4"
default-features = false