# 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.4.2" authors = ["NiiightmareXD"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fastest Windows Screen Capture Library For Rust 🔥" documentation = "https://docs.rs/windows-capture" readme = "README.md" keywords = [ "screenshot", "screen", "capture", "graphics", "windows", ] categories = [ "api-bindings", "graphics", "gui", "multimedia", "os::windows-apis", ] 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"] [lib] name = "windows_capture" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" doc-scrape-examples = false [[example]] name = "cli" path = "examples/cli.rs" doc-scrape-examples = false [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.parking_lot] version = "0.12.3" [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.66" [dependencies.windows] version = "0.58.0" features = [ "Foundation_Metadata", "Foundation", "Graphics_Capture", "Graphics_DirectX_Direct3D11", "Graphics_Imaging", "Media_Core", "Media_MediaProperties", "Media_Transcoding", "Security_Cryptography", "Storage_Streams", "Storage", "System", "Win32_Devices_Display", "Win32_Foundation", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi", "Win32_System_Threading", "Win32_System_WinRT_Direct3D11", "Win32_System_WinRT_Graphics_Capture", "Win32_UI_WindowsAndMessaging", ]