# 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 = "mmpx" version = "0.2.0" authors = ["Kyle Moore "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "image magnification algorithm" homepage = "https://github.com/pierogis/mmpx-rs" readme = "README.md" keywords = [ "pixelart", "scaling", "image", ] categories = [ "command-line-utilities", "game-development", "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/pierogis/mmpx-rs" [lib] name = "mmpx" path = "src/lib.rs" [[bin]] name = "mmpx" path = "src/main.rs" [dependencies.image] version = "0.25.5" [dependencies.rayon] version = "1.10.0" [dependencies.structopt] version = "0.3.26"