fzpart 0.2.2

A Rust library to interact with GPT / MBR partition tables.
Documentation
[dependencies.crc32fast]
default-features = false
version = "1.4.2"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.uuid]
features = ["v4", "fast-rng"]
optional = true
version = "1.11"

[dependencies.zerocopy]
version = "0.8"

[dependencies.zerocopy-derive]
version = "0.8"

[dev-dependencies.base64]
version = "0.22"

[features]
alloc = []
default = ["alloc", "std"]
std = ["alloc", "crc32fast/std", "dep:uuid"]

[lib]
name = "fzpart"
path = "src/lib.rs"

[package]
authors = ["Sacha Dupuydauby <sdupuydauby@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "no-std"]
description = "A Rust library to interact with GPT / MBR partition tables."
edition = "2021"
keywords = ["mbr", "gpt", "partition", "boot"]
license-file = "LICENSE"
name = "fzpart"
readme = "README.md"
repository = "https://github.com/sleiderr/fzpart"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]