decal 0.1.3

Declarative SVG rendering with layout and rasterization
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"
rust-version = "1.87.0"
name = "decal"
version = "0.1.3"
build = false
exclude = ["/examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative SVG rendering with layout and rasterization"
readme = "README.md"
keywords = [
    "svg",
    "graphics",
    "rendering",
    "image",
    "vector",
]
categories = [
    "graphics",
    "rendering",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mem-red/decal"

[features]
default = ["helpers"]
helpers = []

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

[dependencies.base64]
version = "0.22.1"

[dependencies.color]
version = "0.3.2"

[dependencies.cosmic-text]
version = "0.16.0"
features = [
    "shape-run-cache",
    "hashbrown",
]

[dependencies.decal-macros]
version = "0.1.3"

[dependencies.enum-display]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.infer]
version = "0.19.0"

[dependencies.lru]
version = "0.16.2"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.png]
version = "0.18.0"

[dependencies.quick-xml]
version = "0.39.0"

[dependencies.resvg]
version = "0.46.0"

[dependencies.ryu]
version = "1.0.20"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.smart-default]
version = "0.7.1"

[dependencies.strict-num]
version = "0.2.0"

[dependencies.swash]
version = "0.2.6"
features = ["scale"]

[dependencies.taffy]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.twox-hash]
version = "2.1.2"
features = [
    "std",
    "xxhash3_64",
]
default-features = false

[dependencies.ureq]
version = "3.1.4"

[dependencies.usvg]
version = "0.46.0"

[dependencies.zeno]
version = "0.3.3"

[dev-dependencies.xmltree]
version = "0.12.0"