[dependencies.crc]
version = "3.0.0"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.wincode]
features = ["derive"]
version = "0.2.5"
[features]
default = ["nix"]
[lib]
name = "gptman"
path = "src/lib.rs"
[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Pure Rust library to read and modify GUID partition tables"
documentation = "https://docs.rs/gptman"
edition = "2021"
homepage = "https://github.com/rust-disk-partition-management/gptman"
include = ["src/**/*.rs", "tests/fixtures/*.img", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["gpt", "partition", "table", "filesystem", "disk"]
license = "MIT OR Apache-2.0"
name = "gptman"
readme = "README.md"
repository = "https://github.com/rust-disk-partition-management/gptman"
rust-version = "1.85"
version = "3.0.0"
[target.'cfg(target_os = "linux")'.dependencies.nix]
default-features = false
features = ["ioctl"]
optional = true
version = "0.30"