# 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" name = "quickshot" version = "1.0.0" authors = ["Axel Kappel"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple xdg-desktop-portal based screenshot tool" homepage = "https://github.com/Kl4rry/Quickshot" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/Kl4rry/Quickshot" [[bin]] name = "quickshot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.ashpd] version = "0.9.1" features = ["tokio"] default-features = false [dependencies.clap] version = "4.5.6" features = [ "std", "help", "usage", "error-context", "suggestions", ] default-features = false [dependencies.clap_mangen] version = "0.2.22" [dependencies.tokio] version = "1.38.1" features = [ "io-std", "macros", ]