]> git.proxmox.com Git - rustc.git/blame - vendor/dashmap/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / dashmap / Cargo.toml
CommitLineData
064997fb
FG
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14rust-version = "1.59"
15name = "dashmap"
2b03887a 16version = "5.4.0"
064997fb
FG
17authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
18description = "Blazing fast concurrent HashMap for Rust."
19homepage = "https://github.com/xacrimon/dashmap"
20documentation = "https://docs.rs/dashmap"
21readme = "README.md"
22keywords = ["atomic", "concurrent", "hashmap"]
23categories = ["concurrency", "algorithms", "data-structures"]
24license = "MIT"
25repository = "https://github.com/xacrimon/dashmap"
26[package.metadata.docs.rs]
27features = ["rayon", "raw-api", "serde"]
28[dependencies.cfg-if]
29version = "1.0.0"
30
31[dependencies.hashbrown]
2b03887a 32version = "0.12.3"
064997fb
FG
33default-features = false
34
35[dependencies.lock_api]
2b03887a
FG
36version = "0.4.8"
37
38[dependencies.once_cell]
39version = "1.13.1"
064997fb
FG
40
41[dependencies.parking_lot_core]
42version = "0.9.3"
43
44[dependencies.rayon]
2b03887a 45version = "1.5.3"
064997fb
FG
46optional = true
47
48[dependencies.serde]
2b03887a 49version = "1.0.144"
064997fb
FG
50features = ["derive"]
51optional = true
52
53[features]
54raw-api = []