[package] name = "gpt-parser" description = "GUID Partition Table (GPT) read-only parser. Endian aware and usable against no_std+alloc." version = "0.0.10" edition = "2021" authors = ["Alberto Ruiz "] license = "MIT" categories = ["embedded", "filesystem"] repository = "https://gitlab.com/aruiz/gpt-parser-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crc = "3.0" explicit-endian = "0.1.4" [dev-dependencies] flate2 = "1.0" base64 = "0.21" [features] no_std = [] [profile.test] default = []