windows-bindgen 0.57.0

Windows metadata compiler
Documentation
[package]
name = "windows-bindgen"
version = "0.57.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
description = "Windows metadata compiler"
repository = "https://github.com/microsoft/windows-rs"
readme = "readme.md"

[lints]
workspace = true

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

[features]
default = ["metadata"]
metadata = []

[dependencies]
windows-metadata = { path = "../metadata", version = "0.57.0" }
rayon = "1.7"

[dependencies.syn]
version = "2.0"
features = ["full", "extra-traits"]

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"