dashmap/Cargo.toml

18 lines
513 B
TOML

[package]
name = "dashmap"
version = "5.5.0"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
edition = "2021"
rust-version = "1.64"
license = "MIT"
repository = "https://github.com/xacrimon/dashmap"
homepage = "https://github.com/xacrimon/dashmap"
description = "Blazing fast concurrent HashMap for Rust."
readme = "README.md"
documentation = "https://docs.rs/dashmap"
keywords = ["atomic", "concurrent", "hashmap"]
categories = ["concurrency", "algorithms", "data-structures"]
[dependencies]
cfg-if = "1.0.0"