# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nogpt" version = "0.1.0-pre1" authors = ["Finn Behrens "] description = "Rust GUID Partition Table (GPT) parsing library with `#[no_std]` support." homepage = "https://github.com/kloenk/nogpt" documentation = "https://docs.rs/nogpt" readme = "README.md" keywords = [ "linux", "disk", "block", ] categories = [ "hardware-support", "no-std", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kloenk/nogpt" resolver = "2" [dependencies.bitflags] version = "1.3" optional = true [dependencies.block_device] version = "0.1" [dependencies.crc] version = "^1.8" default_features = false [dependencies.err-derive] version = "0.3" default_features = false [dev-dependencies.nom] version = "6.1" [features] alloc = [] default = ["bitflags"] std = [ "alloc", "err-derive/std", ]