Cargo Features
[dependencies]
sp-fragnova = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversp-fragnova
is added without
somewhere in the dependency tree.default-features = false - std default = lazy_static
-
Enables std of parity-scale-codec, log, protos, scale-info, sp-core ^6.0.0, sp-io ^6.0.0, sp-runtime ^6.0.0, sp-runtime-interface ^6.0.0, and sp-std ^4.0.0-dev
Affects
sp-fragnova::init
…
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.
- sp-runtime std
-
Enables sp-runtime ^6.0.0
- lazy_static std