[package]
edition = "2024"
rust-version = "1.88"
name = "graphitepdf-primitives"
version = "0.4.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitive element type constants and shared foundational types for graphitepdf."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-primitives"
readme = "README.md"
keywords = [
"pdf",
"primitives",
"layout",
"graphics",
"renderer",
]
categories = [
"graphics",
"rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"
[lib]
name = "graphitepdf_primitives"
path = "src/lib.rs"