windows_macros 0.26.0

Macros for the windows crate
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "proc-macro2"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"

[[package]]
name = "windows_gen"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef36f7e8bb72482e1bf1324dbc9120549efd1fe155cc9eec1207435e6b937a84"
dependencies = [
 "windows_quote",
 "windows_reader",
]

[[package]]
name = "windows_macros"
version = "0.26.0"
dependencies = [
 "syn",
 "windows_gen",
 "windows_quote",
 "windows_reader",
]

[[package]]
name = "windows_quote"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98b32f5906e66e303e1c015ad01b66b84737d1f75050a0480388484ac1aeb5b"

[[package]]
name = "windows_reader"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5646fde9f2f3a948ff6b0e3d92608148936b2dcc480a14e1431642a224181d19"