gptman 2.0.2

Pure Rust library to read and modify GUID partition tables
Documentation
[dependencies.bincode]
features = ["serde"]
version = "2.0.1"

[dependencies.crc]
version = "3.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.116"

[dependencies.thiserror]
version = "2.0.12"

[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 = "2.0.2"

[target.'cfg(target_os = "linux")'.dependencies.nix]
default-features = false
features = ["ioctl"]
optional = true
version = "0.30"