# 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_io" version = "0.16.0" description = "GPT (GUID Partition Table) disk IO 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" default-features = false [dependencies.gpt_disk_types] version = "0.16.0" features = ["bytemuck"] [features] alloc = [] std = [ "alloc", "gpt_disk_types/std", ]