[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"