Cargo Features
[dependencies]
mavryk-smart-rollup-installer-config = { version = "0.2.2", default-features = false, features = ["std", "alloc", "testing"] }
- default = std
-
The
std
feature is set by default whenevermavryk-smart-rollup-installer-config
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std = hex, mavryk_crypto_rs, mavryk_data_encoding, serde, serde_yaml, thiserror
-
Enables alloc and mavryk-encoding of mavryk-smart-rollup-encoding, alloc of mavryk-smart-rollup-host
Affects
instr::owned
,instr::promote
,mavryk-smart-rollup-installer-config::yaml
… - testing
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- hex alloc?
- mavryk_crypto_rs alloc?
-
Enables mavryk_crypto_rs =0.5.2
- mavryk_data_encoding alloc?
-
Enables mavryk_data_encoding =0.5.2
- serde alloc?
- serde_yaml alloc?
- thiserror alloc?
-
Enables thiserror ^1.0