# 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 = "uguid" version = "2.2.0" description = "GUID (Globally Unique Identifier) no_std library" readme = "README.md" keywords = [ "gpt", "guid", "no_std", "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.serde] version = "1.0.0" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_test] version = "1.0.0" [dev-dependencies.trybuild] version = "1.0.80" [features] bytemuck = ["dep:bytemuck"] serde = ["dep:serde"] std = []