[dependencies.arrayvec]
default-features = false
version = "0.5"
[dev-dependencies.quickcheck]
version = "0.9"
[dev-dependencies.quickcheck_macros]
version = "0.9"
[lib]
name = "uluru"
path = "lib.rs"
[package]
authors = ["The Servo Project Developers", "Matt Brubeck <mbrubeck@limpet.net>"]
categories = ["data-structures", "no-std"]
description = "A simple, fast, LRU cache implementation"
keywords = ["cache", "linkedlist", "array", "no_std"]
license = "MPL-2.0"
name = "uluru"
readme = "README.md"
repository = "https://github.com/servo/uluru"
version = "1.1.1"