pi_cache 0.4.4

Implementation of LFU-LRU cache
Documentation
[package]
name = "pi_cache"
version = "0.4.4"
authors = ["zmax <zmax@gaia.world>"]
edition = "2021"
description = "Implementation of LFU-LRU cache"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["pi", "cache", "lfu", "lru"]
repository = "https://github.com/GaiaWorld/pi_cache"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4"
pi_slotmap = { version = "0.2", features = ["serde"] }
pi_slot_deque = "0.3"
pi_hash = "0.1"
pi_print_any = "0.1"
pi_null = "0.1"


[dev-dependencies]
pcg_rand = "0.13"
rand_core = "0.6"
parking_lot = "0.12"
TinyUFO = "0.1"