Cargo Features
[dependencies]
mavryk-smart-rollup-panic-hook = { version = "0.2.2", default-features = false, features = ["std", "abort", "debug", "proto-alpha"] }
- default = abort, debug, std
-
These default features are set whenever
mavryk-smart-rollup-panic-hook
is added without
somewhere in the dependency tree.default-features = false - std default abort
- abort default = std
- debug default
- proto-alpha
-
Enables proto-alpha of mavryk-smart-rollup-core
mavryk-smart-rollup-panic-hook has 5 features without comments.