[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.rayon]
version = "1.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dependencies.windows-metadata]
version = "0.57.0"
[features]
default = ["metadata"]
metadata = []
[lib]
name = "windows_bindgen"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(windows_raw_dylib, windows_debugger_visualizer)"]
level = "warn"
priority = 0
[package]
authors = ["Microsoft"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Windows metadata compiler"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "windows-bindgen"
readme = "readme.md"
repository = "https://github.com/microsoft/windows-rs"
rust-version = "1.70"
version = "0.57.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []