# 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 = "win_desktop_duplication" version = "0.10.11" authors = ["Krishna Chaitanya "] include = [ "src/*", "Cargo.toml", "README.md", "LISENCE.md", ] description = "Simple and efficient DXGI desktop duplication api" homepage = "https://github.com/rhinostream/win_desktop_duplication" documentation = "https://docs.rs/win_desktop_duplication" readme = "README.md" keywords = [ "desktop", "duplication", "capture", "dxgi", "directx", ] categories = [ "rendering::graphics-api", "os::windows-apis", "asynchronous", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rhinostream/win_desktop_duplication.git" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] name = "win_desktop_duplication" crate-type = ["lib"] path = "src/lib.rs" test = true doc = true edition = "2021" [dependencies.futures] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.tokio] version = "1.26.0" features = [ "rt", "time", "macros", "sync", ] [dependencies.windows] version = "0.57.0" features = [ "Win32_Foundation", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D", "Win32_System_StationsAndDesktops", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Dxgi", "Win32_System_SystemServices", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_UI_HiDpi", ] [dev-dependencies.env_logger] version = "0.11.3"