# 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 = "arch_papers" version = "0.3.0" authors = ["Connor Slade "] exclude = [ "img/", ".github/", ] description = "Generate Arch Linux Wallpapers" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Basicprogrammer10/ArchPapers" [dependencies.clap] version = "4.1.13" features = [ "cargo", "derive", ] [dependencies.image] version = "0.24.1" [dependencies.imageproc] version = "0.23.0" [dependencies.resvg] version = "0.35.0" [dependencies.tiny-skia] version = "0.10.0" [dependencies.usvg] version = "0.35.0"