# 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 = "passpartout_printer" version = "1.1.1" authors = ["ostrosco "] description = "Application for drawing images into the game Passpartout: The Starving Artist." homepage = "https://github.com/ostrosco/passpartout_printer" readme = "README.md" keywords = [ "art", "draw", "passpartout", "image", ] license = "GPL-3.0-or-later" repository = "https://github.com/ostrosco/passpartout_printer" resolver = "2" [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.device_query] version = "1.1" [dependencies.enigo] version = "0.0.14" [dependencies.image] version = "0.24" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"