Skip to content

Commit 9b74a37

Browse files
committed
feat: crate feature named all that enables all features except inline
1 parent 340cdc4 commit 9b74a37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "dashmap"
33
version = "6.1.0"
4-
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
5-
edition = "2018"
4+
authors = ["Joel Wejdenstål <jwejdenstal@icloud.com>"]
5+
edition = "2021"
66
rust-version = "1.65"
77
license = "MIT"
88
repository = "https://github.com/xacrimon/dashmap"
@@ -14,6 +14,7 @@ keywords = ["atomic", "concurrent", "hashmap"]
1414
categories = ["concurrency", "algorithms", "data-structures"]
1515

1616
[features]
17+
all = ["raw-api", "typesize", "serde", "rayon", "arbitrary"]
1718
raw-api = []
1819
typesize = ["dep:typesize"]
1920
inline = ["hashbrown/inline-more"]
@@ -31,4 +32,4 @@ crossbeam-utils = "0.8"
3132
typesize = { version = "0.1.8", default-features = false, optional = true }
3233

3334
[package.metadata.docs.rs]
34-
features = ["rayon", "raw-api", "serde"]
35+
features = ["all"]

0 commit comments

Comments
 (0)