Cargo Features
[dependencies]
ovmi = { version = "0.3.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverovmi
is added without
somewhere in the dependency tree.default-features = false - std default = serde
-
Enables std of parity-scale-codec ^2.0 and hash-db ^0.15
Affects
prepare::compile_from_json
,prepare::load_predicate_json
…
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.