# 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 = "2018" name = "mbrman" version = "0.5.2" authors = ["Cecile Tonglet "] include = [ "src/**/*.rs", "tests/fixtures/*.img", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] description = "MBR Partition Management in Rust" homepage = "https://github.com/rust-disk-partition-management/mbrman" documentation = "https://docs.rs/mbrman" readme = "README.md" keywords = [ "mbr", "partition", "table", "filesystem", "disk", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-disk-partition-management/mbrman" [dependencies.bincode] version = "1.0.1" [dependencies.bitvec] version = "1.0.1" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde-big-array] version = "0.4.1" [dependencies.thiserror] version = "1.0.24"