[dependencies]
[dev-dependencies.rand]
version = "0.9.0-alpha.0"
[dev-dependencies.rand_chacha]
version = "0.9.0-alpha.0"
[dev-dependencies.rayon]
features = []
version = "1.8"
[lib]
name = "mbarc_map"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "concurrency", "data-structures", "game-development"]
description = "Implementation of a Minimally-blocking, Atomic Reference Counted Map"
edition = "2021"
exclude = [".idea/*"]
keywords = ["map", "hashmap", "thread-safe", "mutex"]
license = "MIT"
name = "mbarc-map"
readme = "README.md"
repository = "https://github.com/gentlecolts/mbarc-map"
rust-version = "1.66.1"
version = "0.11.0"
[profile.bench]
debug = 2
opt-level = 3
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
[profile.test]
debug = 2
opt-level = 3