Cargo Features

[dependencies]
exhume_lvm = { version = "0.1.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever exhume_lvm is added without default-features = false somewhere in the dependency tree.

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.