stet-render 0.1.1

tiny-skia rasterizer for stet display lists — produces RGBA output from both PostScript and PDF input
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"
name = "stet-render"
version = "0.1.1"
authors = ["Scott Bowman <scott@bowmans.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tiny-skia rasterizer for stet display lists — produces RGBA output from both PostScript and PDF input"
homepage = "https://github.com/AndyCappDev/stet"
readme = "README.md"
keywords = [
    "postscript",
    "pdf",
    "rendering",
    "rasterizer",
    "graphics",
]
categories = [
    "rendering",
    "graphics",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/AndyCappDev/stet"
resolver = "2"

[features]
default = ["parallel"]
parallel = ["rayon"]

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

[dependencies.png]
version = "0.17"

[dependencies.rayon]
version = "1"
optional = true

[dependencies.stet-core]
version = "0.1.0"

[dependencies.stet-fonts]
version = "0.1.0"

[dependencies.stet-graphics]
version = "0.1.0"

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