pinray 0.1.1

Multi-platform screen capture library for Rust
# 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"
name = "pinray"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-platform screen capture library for Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Itz-Agasta/pinray"

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

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

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

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

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

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

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

[target.'cfg(target_os = "windows")'.dependencies.tracing]
version = "0.1"