nogpt 0.1.0-pre1

Rust GUID Partition Table (GPT) parsing library with `#[no_std]` support.
Documentation
[dependencies.bitflags]
optional = true
version = "1.3"

[dependencies.block_device]
version = "0.1"

[dependencies.crc]
default_features = false
version = "^1.8"

[dependencies.err-derive]
default_features = false
version = "0.3"

[dev-dependencies.nom]
version = "6.1"

[features]
alloc = []
default = ["bitflags"]
std = ["alloc", "err-derive/std"]

[package]
authors = ["Finn Behrens <me@kloenk.dev>"]
categories = ["hardware-support", "no-std", "parsing"]
description = "Rust GUID Partition Table (GPT) parsing library with `#[no_std]` support."
documentation = "https://docs.rs/nogpt"
edition = "2021"
homepage = "https://github.com/kloenk/nogpt"
keywords = ["linux", "disk", "block"]
license = "MIT OR Apache-2.0"
name = "nogpt"
readme = "README.md"
repository = "https://github.com/kloenk/nogpt"
resolver = "2"
version = "0.1.0-pre1"