webview2-com 0.33.0

Rust bindings for the WebView2 COM APIs
Documentation
[dependencies.webview2-com-macros]
version = "0.8"

[dependencies.webview2-com-sys]
version = "0.33"

[dependencies.windows]
features = ["implement"]
version = "0.58"

[dependencies.windows-core]
version = "0.58"

[dependencies.windows-implement]
version = "0.58"

[dependencies.windows-interface]
version = "0.58"

[dev-dependencies.regex]
version = "1.0"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.windows]
features = ["Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_UI_HiDpi", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"]
version = "0.58"

[[example]]
name = "sample"
path = "examples/sample.rs"

[lib]
name = "webview2_com"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["os::windows-apis"]
description = "Rust bindings for the WebView2 COM APIs"
edition = "2021"
keywords = ["win32", "webview2"]
license = "MIT"
name = "webview2-com"
readme = "README.md"
repository = "https://github.com/wravery/webview2-rs"
rust-version = "1.61"
version = "0.33.0"

[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"]