# 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.3-alpha.1" authors = ["Anas Elgarhy "] autobins = 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" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "lqth" path = "src/bin/main.rs" [dependencies.thiserror] version = ">=1.0.2" [dependencies.x11] version = "2.21" features = ["xlib"] default-features = false