Cargo Features

[dependencies]
rust_helpers = { version = "2.9.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 default-features = false somewhere in the dependency tree.

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

Enables time of tokio

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.

base64_light base64
serde json
serde_json json
tokio time_async