winvd 0.0.49

Provides functions for accessing Windows 11 virtual desktop API, requires at least 24H2 26100.2605.
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 = "2021"
name = "winvd"
version = "0.0.49"
authors = ["Jari Otto Oskari Pennanen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides functions for accessing Windows 11 virtual desktop API, requires at least 24H2 26100.2605."
homepage = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"
readme = "README-crate.md"
license = "MIT"
repository = "https://github.com/ciantic/VirtualDesktopAccessor/tree/rust/"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"

[features]
integration-tests = []

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

[dependencies.crossbeam-channel]
version = "0.5.14"
optional = true

[dependencies.macro_rules_attribute]
version = "0.2"

[dependencies.windows]
version = "0.58"
features = [
    "implement",
    "Win32_System_Com",
    "Win32_UI_Shell_Common",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Foundation",
    "Win32_System_Threading",
]

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

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

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

[dependencies.winit]
version = "0.30.5"
optional = true

[dev-dependencies.once_cell]
version = "1.20.2"