[package]
name = "acmap"
version = "0.1.0"
edition = "2024"
description = "An actor-style sharded async map inspired by DashMap-like APIs."
license = "MIT"
readme = "README.md"
repository = "https://github.com/katteXu/acmap.git"
homepage = "https://github.com/katteXu/acmap"
documentation = "https://docs.rs/acmap"
keywords = ["async", "actor", "map", "tokio", "concurrent"]
categories = ["asynchronous", "concurrency", "data-structures"]
[dependencies]
tokio = { version = "1.49.0", features = ["full"] }
[dev-dependencies]
dashmap = "6.1.0"