pixdown 0.1.2

Markup language for Pixelart and animation
Documentation
# 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.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markup language for Pixelart and animation"
readme = "README.md"
keywords = [
    "image",
    "markup-language",
    "png",
    "apng",
]
license = "ISC"
repository = "https://github.com/Nakanoin19/pixdown"

[lib]
name = "pixdown"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "pixdown"
path = "src/main.rs"

[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.regex]
version = "1.10.6"

[dependencies.serde]
version = "1.0.203"
features = ["derive"]

[dependencies.wasm-bindgen]
version = "0.2.93"

[dependencies.wide]
version = "1.2.0"