# 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 = "pixdown" version = "0.1.0" description = "Markup language for Pixelart and animation" readme = "README.md" keywords = [ "image", "markup-language", "png", "apng", ] license-file = "LICENSE.md" repository = "https://github.com/Nakanoin19/pixdown" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.crc32fast] version = "1.4.2" [dependencies.deflate] version = "1.0.0" [dependencies.fronma] version = "0.2.0" features = ["toml"] [dependencies.itertools] version = "0.13.0" [dependencies.num-rational] version = "0.4.2" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2.93"