memo-cache 0.13.0

A small, fixed-size cache with retention management
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"
name = "memo-cache"
version = "0.13.0"
authors = ["Kris van Rens <kris@vanrens.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, fixed-size cache with retention management"
readme = "README.md"
keywords = [
    "caching",
    "memo",
    "memoize",
    "memoization",
    "no_std",
]
categories = [
    "caching",
    "data-structures",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/krisvanrens/memo-cache-rs"

[features]
default = ["inline-more"]
inline-more = []

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

[[example]]
name = "example"
path = "examples/example.rs"

[[test]]
name = "memo_cache"
path = "tests/memo_cache.rs"

[[bench]]
name = "memo_cache"
path = "benches/memo_cache.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rand_chacha]
version = "0.9.0"

[dev-dependencies.rand_distr]
version = "0.5.1"