Cargo Features
[dependencies]
hydra = { version = "0.1.31", default-features = false, features = ["tracing", "macros", "console"] }
- default = macros, tracing
-
These default features are set whenever
hydra
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing and tracing-subscriber
- macros default
-
Enables hydra-macros
- console
-
Enables memory-stats
Affects
process_registry::process_len
…