[package] name = "pixdown" version = "0.1.0" license-file = "LICENSE.md" edition = "2021" repository = "https://github.com/Nakanoin19/pixdown" keywords = ["image", "markup-language", "png", "apng"] description = "Markup language for Pixelart and animation" [lib] crate-type = ["cdylib", "rlib"] [dependencies] crc32fast = "1.4.2" deflate = "1.0.0" fronma = { version = "0.2.0", features = ["toml"] } itertools = "0.13.0" num-rational = "0.4.2" regex = "1.10.6" serde = { version = "1.0.203", features = ["derive"] } wasm-bindgen = "0.2.93"