pixelcoords 0.6.0

Freeze your screen, mark regions, get pixel-exact coordinates and crops — a cross-platform screenshot and screen-capture CLI for macOS, Windows, and Linux (X11 and Wayland), HiDPI and multi-monitor aware
# 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 = "pixelcoords"
version = "0.6.0"
authors = ["Nolin D Naidoo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Freeze your screen, mark regions, get pixel-exact coordinates and crops — a cross-platform screenshot and screen-capture CLI for macOS, Windows, and Linux (X11 and Wayland), HiDPI and multi-monitor aware"
homepage = "https://pixelcoords.dev"
readme = "README.md"
keywords = [
    "screenshot",
    "automation",
    "testing",
    "ui",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nolindnaidoo/pixelcoords"

[[bin]]
name = "pixelcoords"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"
features = ["auto-color"]
default-features = false

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.pixelcoords-core]
version = "0.6.0"

[dependencies.serde_json]
version = "1"

[dependencies.softbuffer]
version = "0.4"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.toml]
version = "1"

[dependencies.winit]
version = "0.30"

[dependencies.xcap]
version = "0.9"

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
version = "0.14"

[target.'cfg(target_os = "linux")'.dependencies.zbus]
version = "5.17"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
struct_excessive_bools = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1