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