nagisa-render 0.6.1

Nagisa typesetting engine: markup / builder documents to images (PNG / WebP)
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 = "nagisa-render"
version = "0.6.1"
authors = ["djkcyl"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nagisa typesetting engine: markup / builder documents to images (PNG / WebP)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/djkcyl/nagisa"

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

[[example]]
name = "gallery"
path = "examples/gallery.rs"

[dependencies.cosmic-text]
version = "0.19.0"

[dependencies.image]
version = "0.25.10"
features = [
    "png",
    "webp",
]
default-features = false

[dependencies.ruzstd]
version = "0.8.3"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.unicode-properties]
version = "0.1"
features = ["emoji"]
default-features = false

[dev-dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false