[package] authors = ["Blas Rodriguez Irizar "] edition = "2018" name = "matecito" version = "0.1.6" license = "MIT" repository = "https://github.com/blasrodri/matecito" description = "Concurrent LRU Cache (experimental)" documentation = "https://docs.rs/matecito/" [dependencies] twox-hash = "1.6.0" parking_lot = "0.11.0" matecito-dll = "0.1.0" [dev-dependencies] rand = "0.7.3"