lingxia-windows-contract 0.11.1

Windows host UI contracts (traits, types, registry) shared between the LingXia logic layer and the Windows SDK implementation
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 = "lingxia-windows-contract"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows host UI contracts (traits, types, registry) shared between the LingXia logic layer and the Windows SDK implementation"
readme = false
keywords = [
    "lingxia",
    "windows",
    "contract",
    "ui",
]
categories = [
    "gui",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"

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

[dependencies.lingxia-webview]
version = "0.11.1"

[dependencies.log]
version = "0.4.29"

[dependencies.serde_json]
version = "1.0.143"
features = ["raw_value"]

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
]
default-features = false