[badges.maintenance]
status = "experimental"
[dependencies.dashmap]
version = ">=3, <5"
[dependencies.waitcell]
version = "~0.4.0"
[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["caching", "concurrency", "data-structures"]
description = "An ever-growing concurrent hash map with key-level locking granularity."
edition = "2018"
keywords = ["blocking", "cache", "memoize"]
license = "MPL-2.0-no-copyleft-exception"
name = "waitcache"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/waitcache"
version = "0.1.2"
[profile.bench]
codegen-units = 1
lto = "fat"
[profile.release]
codegen-units = 1
lto = "fat"