Cargo Features

[dependencies]
darth-rust = { version = "4.3.0", default-features = false, features = ["full", "build", "get_mut", "print", "set", "json"] }
default = build

The build feature is set by default whenever darth-rust is added without default-features = false somewhere in the dependency tree.

full = build, get, get_mut, json, math, print, print_by_field, set
build default full? = regex
math get get_mut full?
print_by_field print full? = chrono, colorful
set full?
json full? = serde, serde_json

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.

chrono print? print_by_field?
colorful print? print_by_field?
regex build
serde json?
serde_json json?