Cargo Features

[dependencies]
lvm2 = { version = "0.0.3", default-features = false, features = ["std"] }
default = std

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

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.