screencap 0.1.1

Capture screen data
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 = "screencap"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capture screen data"
readme = "README.md"
keywords = [
    "dxgi",
    "gdi",
    "screen",
]
license = "Apache-2.0"
repository = "https://github.com/capture-rs/screencap"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-pc-windows-msvc",
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
]

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

[[example]]
name = "capture_image"
path = "examples/capture_image.rs"

[[example]]
name = "capture_region_image"
path = "examples/capture_region_image.rs"

[dependencies]

[dev-dependencies.image]
version = "0.25.6"

[target.'cfg(target_os = "linux")'.dependencies.xcb]
version = "1.5.0"
features = ["randr"]

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.25.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.61.1"
features = [
    "Win32_Graphics_Dxgi",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_Direct3D",
    "Win32_System_WinRT",
    "System",
    "Win32_System_Threading",
    "Win32_Graphics_Direct3D11",
    "Win32_Graphics_Dxgi_Common",
    "Win32_System_WinRT_Graphics_Capture",
    "Win32_UI_WindowsAndMessaging",
    "Graphics_Capture",
    "Win32_System_WinRT_Direct3D11",
    "Graphics_DirectX_Direct3D11",
]

[target.'cfg(target_os = "windows")'.dependencies.windows-future]
version = "0.2.0"