# 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 = "2018" name = "imgcnvrt" version = "0.2.0" authors = ["Parker Ziegler "] exclude = ["tests/*"] description = "A fast, efficient CLI for converting images to different file formats." homepage = "https://github.com/parkerziegler/imgcnvrt" documentation = "https://github.com/parkerziegler/imgcnvrt" readme = "README.md" keywords = ["cli", "image", "conversion"] categories = ["command-line-utilities", "multimedia::images"] license = "MIT" repository = "https://github.com/parkerziegler/imgcnvrt" [dependencies.image] version = "0.23.14" [dev-dependencies.assert_cmd] version = "2.0.1" [dev-dependencies.predicates] version = "2.0.2"