# 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" rust-version = "1.68" name = "gpt_disk_types" version = "0.16.0" description = "GPT (GUID Partition Table) disk data types no_std library" readme = "README.md" keywords = [ "disk", "gpt", "no_std", "partition", "uefi", ] categories = [ "data-structures", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/google/gpt-disk-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytemuck] version = "1.4.0" features = ["derive"] optional = true default-features = false [dependencies.crc] version = "3.0.0" [dependencies.ucs2] version = "0.3.2" [dependencies.uguid] version = "2.1.0" [features] bytemuck = [ "dep:bytemuck", "uguid/bytemuck", ] std = ["uguid/std"]