# 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 = "magnify" version = "0.2.0" authors = ["ahi6"] description = "Simple pixel-art scaling algorithms" readme = "README.md" keywords = [ "pixel-art", "graphics", "scale2x", ] categories = ["multimedia::images"] license = "EUPL-1.2" repository = "https://github.com/ahi6/magnify-rs" resolver = "1" [dependencies.image] version = "0.25.2"