[badges.azure-devops]
build = "30"
pipeline = "evmap"
project = "jonhoo/jonhoo"
[badges.codecov]
branch = "master"
repository = "jonhoo/evmap"
service = "github"
[badges.maintenance]
status = "passively-maintained"
[dependencies.hashbag]
version = "0.1.3"
[dependencies.indexmap]
optional = true
version = "1.6.1"
[dependencies.indexmap-amortized]
optional = true
version = "1.6.1"
[dependencies.left-right]
version = "0.11.0"
[dependencies.rand]
default-features = false
features = ["alloc"]
optional = true
version = "0.7"
[dependencies.smallvec]
version = "1.0.0"
[dev-dependencies.quickcheck]
version = "0.9"
[dev-dependencies.quickcheck_macros]
version = "0.9"
[dev-dependencies.rand]
version = "0.7"
[features]
amortize = ["indexmap-amortized", "hashbag/amortize"]
default = []
eviction = ["indexed", "rand"]
indexed = ["indexmap"]
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency", "data-structures"]
description = "A lock-free, eventually consistent, concurrent multi-value map."
edition = "2018"
keywords = ["map", "multi-value", "lock-free"]
license = "MIT OR Apache-2.0"
name = "evmap"
repository = "https://github.com/jonhoo/evmap.git"
version = "11.0.0-alpha.7"