[dependencies.intrusive-collections]
version = "0.9.7"
[lib]
name = "intrusive_lru_cache"
path = "src/lib.rs"
[package]
authors = ["novacrazy <novacrazy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "An LRU cache implementation using intrusive data structures"
documentation = "https://docs.rs/intrusive-lru-cache"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["cache", "lru", "intrusive"]
license = "MIT OR Apache-2.0"
name = "intrusive-lru-cache"
readme = "README.md"
repository = "https://github.com/novacrazy/intrusive_lru_cache"
version = "0.1.0-alpha.2"