# 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 = "windows-capture" version = "1.2.0" authors = ["NiiightmareXD"] description = "Fastest Windows Screen Capture Library For Rust 🔥" documentation = "https://docs.rs/windows-capture" readme = "README.md" keywords = [ "screen", "capture", "screenshot", "graphics", "windows", ] categories = [ "os::windows-apis", "api-bindings", "graphics", "gui", "multimedia", ] license = "MIT" repository = "https://github.com/NiiightmareXD/windows-capture" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [[example]] name = "basic" doc-scrape-examples = false [dependencies.parking_lot] version = "0.12.2" [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.60" [dependencies.windows] version = "0.56.0" features = [ "Win32_System_WinRT_Graphics_Capture", "Win32_Graphics_Direct3D11", "Win32_Foundation", "Graphics_Capture", "Win32_System_WinRT_Direct3D11", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Gdi", "System", "Graphics_DirectX_Direct3D11", "Foundation_Metadata", "Win32_Devices_Display", "Storage", "Graphics_Imaging", "Storage_Streams", "Foundation", "Media_MediaProperties", "Media_Core", "Media_Transcoding", "Security_Cryptography", ]