[[bench]]
harness = false
name = "scaling"
path = "benches/scaling.rs"
[dev-dependencies.criterion]
version = "0.3"
[package]
authors = ["Edward Shen <code@eddie.sh>"]
categories = ["data-structures", "caching"]
description = "A simple constant time LFU cache implementation"
edition = "2018"
include = ["src/*", "LICENSE-*", "README.md"]
keywords = ["lfu", "cache", "least", "frequently", "used"]
license = "MIT OR Apache-2.0"
name = "lfu_cache"
repository = "https://github.com/edward-shen/lfu-cache"
version = "1.2.1"
[profile.release]
codegen-units = 1
lto = true