zenith-render 0.0.7

Zenith CPU PNG (tiny-skia) and vector PDF rendering backends.
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 = "2024"
rust-version = "1.85"
name = "zenith-render"
version = "0.0.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zenith CPU PNG (tiny-skia) and vector PDF rendering backends."
homepage = "https://github.com/zenitheditor/zenith"
readme = "README.md"
keywords = [
    "design",
    "deterministic",
    "kdl",
    "rendering",
    "agent",
]
categories = [
    "rendering",
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/zenitheditor/zenith"

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

[[test]]
name = "render_clip_transform"
path = "tests/render_clip_transform.rs"

[[test]]
name = "render_effects"
path = "tests/render_effects.rs"

[[test]]
name = "render_gradients"
path = "tests/render_gradients.rs"

[[test]]
name = "render_image"
path = "tests/render_image.rs"

[[test]]
name = "render_shapes"
path = "tests/render_shapes.rs"

[[test]]
name = "render_text"
path = "tests/render_text.rs"

[dependencies.jpeg-decoder]
version = "0.3"

[dependencies.miniz_oxide]
version = "0.8"

[dependencies.pdf-writer]
version = "0.14"

[dependencies.resvg]
version = "0.36"

[dependencies.subsetter]
version = "0.2"

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

[dependencies.ttf-parser]
version = "0.25"

[dependencies.zenith-core]
version = "=0.0.7"

[dependencies.zenith-scene]
version = "=0.0.7"

[dev-dependencies.tiny-skia]
version = "0.11"

[dev-dependencies.zenith-layout]
version = "=0.0.7"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"