# 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.74.0" name = "epicshot" version = "0.1.3" authors = ["nirlep5252"] description = "Epic screenshot tool for Linux." homepage = "https://github.com/Nirlep5252/EpicShot" documentation = "https://github.com/Nirlep5252/EpicShot" readme = "README.md" keywords = [ "screenshot", "linux", "xcb", "x11", "epicshot", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Nirlep5252/EpicShot" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.image] version = "0.24.7" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.xcb] version = "1.2.2" features = ["randr"]