Cargo Features
[dependencies]
asimov-ledger = { version = "24.0.0-dev.22", default-features = false, features = ["std", "all", "tracing", "unstable"] }
- default = all, std
-
These default features are set whenever
asimov-ledger
is added without
somewhere in the dependency tree.default-features = false - std default
- all default = tracing
- tracing all
- unstable
asimov-ledger has 5 features without comments.