Cargo Features
tea-runtime-codec has no features set by default.
[dependencies]
tea-runtime-codec = { version = "0.3.0-dev.7", features = ["dev", "vmh", "nitro"] }
- dev
-
Affects
env::HostSettings.local_wasm_folder
,env::HostSettings.genesis_settings
… - vmh = chrono, clap, num_enum, prost-build, serde_yaml
-
Affects
tea-runtime-codec::vmh
… - nitro
-
Affects
io::HostType
,vmh::nitro
…
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.
- serde_yaml vmh?
- num_enum vmh?
-
Enables num_enum ^0.6.1
- chrono vmh?
- clap vmh?
- prost-build build vmh?
-
Enables prost-build ^0.11.1