Cargo Features

[dependencies]
bm-le = { version = "0.11.0", default-features = false, features = ["std", "derive", "with-codec", "with-serde"] }
default = derive, std

These default features are set whenever bm-le is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bm, parity-codec, primitive-types ^0.4, and vecarray

derive default = bm-le-derive
with-codec = parity-codec

Enables parity-codec of bm, codec of primitive-types ^0.4

with-serde = serde

Enables serde of bm, primitive-types ^0.4, and vecarray

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.

bm-le-derive derive
serde with-serde?
parity-codec std with-codec?