Bug 1880927 - Use YouTube channel news to ensure DRM-free content r=mboldan
[gecko.git] / third_party / rust / guid_win / Cargo.toml
blobeb537d39a2da968b394ee3d23e7bbe4026341ae6
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "guid_win"
15 version = "0.2.0"
16 authors = ["Adam Gashlin <agashlin@mozilla.com>"]
17 description = "Windows GUID/CLSID/IID string and binary serialization"
18 keywords = ["windows", "com", "win32"]
19 categories = ["api-bindings", "os::windows-apis"]
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/agashlin/guid_win"
22 [package.metadata.docs.rs]
23 default-target = "x86_64-pc-windows-msvc"
24 [dependencies.comedy]
25 version = "0.2.0"
27 [dependencies.serde]
28 version = "1.0.80"
29 optional = true
31 [dependencies.serde_derive]
32 version = "1.0.80"
33 optional = true
35 [dependencies.winapi]
36 version = "0.3.6"
37 features = ["combaseapi", "guiddef"]
39 [features]
40 guid_serde = ["serde", "serde_derive"]