[package] name = "elaru" version = "0.2.1" authors = ["Ngo Iok Ui "] edition = "2018" license = "MIT OR Apache-2.0" description = "Memory safe implementation of LRU cache." categories = ["data-structures"] keywords = ["lru", "cache"] readme = "README.md" documentaion = "https://docs.rs/elaru" homepage = "https://github.com/wusyong/elaru" repository = "https://github.com/wusyong/elaru" [features] default = [] unbound = [] [dependencies] fnv = { version = "1.0.7", optional = true }