pinray 0.2.2

Multi-platform screen capture library for Rust
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 = "2024"
rust-version = "1.88"
name = "pinray"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-platform screen capture library for Rust"
readme = "README.md"
keywords = [
    "screen-capture",
    "screenshot",
    "recording",
    "screencast",
    "audio",
]
categories = [
    "multimedia",
    "multimedia::video",
    "os",
]
license = "MIT"
repository = "https://github.com/Itz-Agasta/pinray"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

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

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

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

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

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

[dependencies.pinray-core]
version = "0.2"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.pinray-platform-linux]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.pinray-platform-macos]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.pinray-platform-windows]
version = "0.2"