Cargo Features
[dependencies]
lvm2 = { version = "0.0.3", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverlvm2
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of acid_io, nom, serde, snafu ^0.7.1, and tracing
acid_io:
byteorder/std should be a weak dependency feature once rust-lang/cargo#8832 is stabilized.
LVM2 has 2 features without comments.