Cargo Features
[dependencies]
ep-core = { version = "14.0.0", default-features = false, features = ["std", "serde_derive"] }
- default = serde_derive, std
-
These default features are set whenever
ep-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of substrate-fixed, impl-serde ^0.4.0, parity-scale-codec, scale-info, serde, sp-arithmetic, sp-core, sp-runtime, and sp-std
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - serde_derive default = impl-serde, serde
-
Enables serde of substrate-fixed
Affects
ep-core::serde
…
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.