[package]
name = "webview2-com-sys"
version = "0.7.0"
edition = "2018"
description = "Bindings generated with the windows crate for the WebView2 COM APIs"
repository = "https://github.com/wravery/webview2-rs"
license = "MIT"
keywords = [ "win32", "webview2" ]
categories = [ "os::windows-apis" ]
[dependencies.windows]
version = "0.25.0"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_WinRT",
]
[build-dependencies]
regex = "1.5.4"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0.26"
windows = { version = "0.25.0", features = [ "build" ] }