maple-render-core 0.1.0

Core rendering and animation logic for Maple templates
# 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"
rust-version = "1.80"
name = "maple-render-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core rendering and animation logic for Maple templates"
readme = "README.md"
keywords = [
    "gif",
    "image",
    "rendering",
    "template",
    "animation",
]
categories = [
    "multimedia::images",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/davebcn87/maple"

[lib]
name = "maple_render_core"
path = "src/lib.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.delaunator]
version = "1.0"

[dependencies.gif]
version = "0.13"

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.25"

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

[dependencies.serde_json]
version = "1"

[dependencies.zip]
version = "2.1"
features = ["deflate"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.10"