Cargo Features
[dependencies]
shiv = { version = "0.1.0-alpha.10", default-features = false, features = ["tracing", "hierarchy"] }
- default = hierarchy, tracing
-
These default features are set whenever
shiv
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
- hierarchy default
-
Affects
shiv::hierarchy
…