[package] name = "pnglitcher" version = "0.3.2" license = "MIT" description = "PNG glitcher" categories = ["multimedia::images"] authors = ["Flo Girardo <3042155-girflo@users.noreply.gitlab.com>"] repository = "https://gitlab.com/girflo/PNGlitcher" edition = "2021" include = [ "/LICENSE.txt", "/README.md", "/src/", ] [dependencies] bitflags = "2.6" crc32fast = "1.4.2" deflate = "1.0" miniz_oxide = "0.8" image = "0.25.2" rand = "0.8.5"