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