stet-pdf 0.8.0

PDF output device for stet PostScript interpreter
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.88"
name = "stet-pdf"
version = "0.8.0"
authors = ["Scott Bowman <scott@bowmans.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF output device for stet PostScript interpreter"
homepage = "https://github.com/AndyCappDev/stet"
readme = "README.md"
keywords = [
    "pdf",
    "postscript",
    "graphics",
    "output",
]
categories = ["graphics"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/AndyCappDev/stet"

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

[dependencies.flate2]
version = "1"

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

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

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