# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lvm2" version = "0.0.3" exclude = ["image.raw"] description = "Pure-rust LVM2 parser" documentation = "https://docs.rs/lvm2" license = "MIT" repository = "https://github.com/main--/rust-lvm2" resolver = "2" [dependencies.acid_io] version = "0.1.0" features = ["alloc"] default-features = false [dependencies.nom] version = "7.1.1" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.142" features = ["derive"] default-features = false [dependencies.snafu] version = "0.7.1" default-features = false [dependencies.tracing] version = "0.1.36" default-features = false [dev-dependencies.ext4] version = "0.9.0" [dev-dependencies.positioned-io] version = "0.2.2" [dev-dependencies.tracing-subscriber] version = "0.3.15" [features] default = ["std"] std = [ "acid_io/std", "nom/std", "serde/std", "snafu/std", "tracing/std", ]