[build-dependencies.regex]
version = "1.5.4"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[build-dependencies.thiserror]
version = "1.0.26"
[build-dependencies.windows-bindgen]
version = "0.30.0"
[dependencies.windows]
features = ["alloc", "Win32_Foundation", "Win32_Globalization", "Win32_System_Com", "Win32_System_Ole", "Win32_System_WinRT", "Win32_UI_WindowsAndMessaging"]
version = "0.30.0"
[features]
default = ["nuget"]
nuget = []
[package]
categories = ["os::windows-apis"]
description = "Bindings generated with the windows crate for the WebView2 COM APIs"
edition = "2018"
keywords = ["win32", "webview2"]
license = "MIT"
name = "webview2-com-sys"
repository = "https://github.com/wravery/webview2-rs"
version = "0.12.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["i686-pc-windows-msvc", "aarch64-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu"]