lqth 0.2.5

Simple but blazingly fast screenshot utility
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"
rust-version = "1.72.1"
name = "lqth"
version = "0.2.5"
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple but blazingly fast screenshot utility"
documentation = "https://docs.rs/lqth"
readme = "README.md"
keywords = [
    "screenshot",
    "xscreenshot",
    "capture",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/0x61nas/lqth"

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

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

[dependencies.thiserror]
version = ">=1.0.2"

[dependencies.x11]
version = "2.21"
features = ["xlib"]
default-features = false

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"