winio-webview2 0.2.2

WebView2 Win32 bindings for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "winio-webview2"
version = "0.2.2"
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebView2 Win32 bindings for Rust"
readme = false
keywords = [
    "webview2",
    "gui",
]
categories = [
    "os::windows-apis",
    "gui",
]
license = "MIT"
repository = "https://github.com/compio-rs/webview2-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-pc-windows-msvc"]
default-target = "x86_64-pc-windows-msvc"

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

[dependencies.windows]
version = "0.62.0"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_Storage_Packaging_Appx",
    "Win32_System_Com",
    "Win32_System_LibraryLoader",
    "Win32_System_Memory",
    "Win32_System_Ole",
    "Win32_System_Registry",
    "Win32_System_Variant",
    "Win32_UI_WindowsAndMessaging",
]

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

[dependencies.windows-registry]
version = "0.6.1"