micro-moka 0.1.21

A lightweight, single-threaded cache library with SIEVE eviction
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 = "2018"
rust-version = "1.76"
name = "micro-moka"
version = "0.1.21"
build = false
exclude = [
    ".circleci",
    ".devcontainer",
    ".github",
    ".gitpod.yml",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, single-threaded cache library with SIEVE eviction"
documentation = "https://docs.rs/micro-moka/"
readme = "README.md"
keywords = ["cache"]
categories = ["caching"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/user1303836/micro-moka"

[package.metadata.docs.rs]
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.hashbrown]
version = "0.16"
features = ["inline-more"]
default-features = false

[dev-dependencies.anyhow]
version = "1.0.19"

[dev-dependencies.getrandom]
version = "0.2"

[dev-dependencies.once_cell]
version = "1.7"

[target."cfg(bench_deps)".dev-dependencies.ahash]
version = "0.8.11"

[target."cfg(bench_deps)".dev-dependencies.hashlink]
version = "0.11"

[target."cfg(bench_deps)".dev-dependencies.lru]
version = "0.12"

[target."cfg(bench_deps)".dev-dependencies.mini-moka]
version = "0.10"

[target."cfg(bench_deps)".dev-dependencies.quick_cache]
version = "0.6"

[target."cfg(bench_deps)".dev-dependencies.rand]
version = "0.8"

[target."cfg(bench_deps)".dev-dependencies.rand_distr]
version = "0.4"

[target."cfg(trybuild)".dev-dependencies.trybuild]
version = "1.0.103"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(skeptic)",
    "cfg(circleci)",
    "cfg(trybuild)",
    "cfg(beta_clippy)",
    "cfg(bench_deps)",
]

[profile.bench]
lto = true
codegen-units = 1

[profile.release]
lto = true
codegen-units = 1