Cargo Features
[dependencies]
rust_helpers = { version = "2.10.1", default-features = false, features = ["md5", "base64", "json", "async", "time_async", "rayon"] }
- default = base64, json, md5, time_async
-
These default features are set whenever
rust_helpers
is added without
somewhere in the dependency tree.default-features = false - md5 default
-
Enables md5
- base64 default = base64_light
-
Affects
md5::MD5Ext.md5_base64
… - json default = serde, serde_json
- async time_async
- time_async default = async
-
Affects
time::SleepAsyncExt
… - rayon
-
Enables rayon
Affects
iter_ext::ParIterUtils
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.