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