[package] name = "dashmap_with_out_t_map_trait" version = "5.0.0" authors = ["Acrimon "] edition = "2018" 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"] [features] default = [] raw-api = [] [dependencies] num_cpus = "1.13.0" parking_lot = { version = "0.11.2", features = ["send_guard"] } serde = { version = "1.0.131", optional = true, features = ["derive"] } cfg-if = "1.0.0" rayon = { version = "1.5.1", optional = true } [package.metadata.docs.rs] features = ["rayon", "raw-api", "serde"]