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 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)
12
13[package]
14name = "guid_win"
15version = "0.1.0"
16authors = ["Adam Gashlin <agashlin@mozilla.com>"]
17description = "Windows GUID/CLSID/IID string and binary serialization"
18keywords = ["windows", "com", "win32"]
19categories = ["api-bindings", "os::windows-apis"]
20license = "MIT/Apache-2.0"
21repository = "https://github.com/agashlin/guid_win"
22[package.metadata.docs.rs]
23default-target = "x86_64-pc-windows-msvc"
24[dependencies.comedy]
25version = "0.1.0"
26
27[dependencies.serde]
28version = "1.0.80"
29optional = true
30
31[dependencies.serde_derive]
32version = "1.0.80"
33optional = true
34
35[dependencies.winapi]
36version = "0.3.6"
37features = ["combaseapi", "guiddef"]
38
39[features]
40guid_serde = ["serde", "serde_derive"]
41