1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.68"
15name = "uguid"
16version = "2.2.0"
17description = "GUID (Globally Unique Identifier) no_std library"
18readme = "README.md"
19keywords = [
20    "gpt",
21    "guid",
22    "no_std",
23    "uefi",
24]
25categories = [
26    "data-structures",
27    "embedded",
28    "no-std",
29]
30license = "MIT OR Apache-2.0"
31repository = "https://github.com/google/gpt-disk-rs"
32
33[package.metadata.docs.rs]
34all-features = true
35rustdoc-args = [
36    "--cfg",
37    "docsrs",
38]
39
40[dependencies.bytemuck]
41version = "1.4.0"
42features = ["derive"]
43optional = true
44default-features = false
45
46[dependencies.serde]
47version = "1.0.0"
48features = ["derive"]
49optional = true
50default-features = false
51
52[dev-dependencies.serde_test]
53version = "1.0.0"
54
55[dev-dependencies.trybuild]
56version = "1.0.80"
57
58[features]
59bytemuck = ["dep:bytemuck"]
60serde = ["dep:serde"]
61std = []
62