# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "evmap" version = "11.0.0-alpha.7" authors = ["Jon Gjengset "] description = "A lock-free, eventually consistent, concurrent multi-value map." keywords = ["map", "multi-value", "lock-free"] categories = ["concurrency", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/evmap.git" [dependencies.hashbag] version = "0.1.3" [dependencies.indexmap] version = "1.6.1" optional = true [dependencies.indexmap-amortized] version = "1.6.1" optional = true [dependencies.left-right] version = "0.11.0" [dependencies.rand] version = "0.7" features = ["alloc"] optional = true default-features = false [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"] [badges.azure-devops] build = "30" pipeline = "evmap" project = "jonhoo/jonhoo" [badges.codecov] branch = "master" repository = "jonhoo/evmap" service = "github" [badges.maintenance] status = "passively-maintained"