# 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.46" authors = ["Jari Otto Oskari Pennanen"] description = "Provides functions for accessing Windows 11 virtual desktop API, requires at least 22621 build." 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" [lib] name = "winvd" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.macro_rules_attribute] version = "0.2" [dependencies.windows] version = "0.52" features = [ "implement", "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Threading", ] [dependencies.windows-implement] version = "0.52" [dependencies.windows-interface] version = "0.52" [dependencies.winit] version = "0.29.3" optional = true [dev-dependencies.once_cell] version = "1.5.0" [features] integration-tests = []