# 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 = "pnglitcher" version = "0.3.2" authors = ["Flo Girardo <3042155-girflo@users.noreply.gitlab.com>"] build = false include = [ "/LICENSE.txt", "/README.md", "/src/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "PNG glitcher" readme = "README.md" categories = ["multimedia::images"] license = "MIT" repository = "https://gitlab.com/girflo/PNGlitcher" [lib] name = "pnglitcher" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" [dependencies.crc32fast] version = "1.4.2" [dependencies.deflate] version = "1.0" [dependencies.image] version = "0.25.2" [dependencies.miniz_oxide] version = "0.8" [dependencies.rand] version = "0.8.5"