Cargo Features

[dependencies]
hydra = { version = "0.1.28", default-features = false, features = ["tracing", "macros", "console"] }
default = macros, tracing

These default features are set whenever hydra is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing and tracing-subscriber

macros default

Enables hydra-macros

console

Affects process_registry::process_len