[package]
edition = "2024"
rust-version = "1.88"
name = "graphitepdf-utils"
version = "0.3.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight utility functions for GraphitePDF and related Rust workflows."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-utils"
readme = "README.md"
keywords = [
"pdf",
"utilities",
"functional",
"layout",
"graphics",
]
categories = [
"graphics",
"rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"
[lib]
name = "graphitepdf_utils"
path = "src/lib.rs"