# 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 = "gpt-parser" version = "0.0.10" authors = ["Alberto Ruiz "] description = "GUID Partition Table (GPT) read-only parser. Endian aware and usable against no_std+alloc." readme = "README.md" categories = [ "embedded", "filesystem", ] license = "MIT" repository = "https://gitlab.com/aruiz/gpt-parser-rs" [profile.test] [dependencies.crc] version = "3.0" [dependencies.explicit-endian] version = "0.1.4" [dev-dependencies.base64] version = "0.21" [dev-dependencies.flate2] version = "1.0" [features] no_std = []