[package]
edition = "2024"
rust-version = "1.88"
name = "graphitepdf-stylesheet"
version = "0.4.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stylesheet primitives for GraphitePDF."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-stylesheet"
readme = "README.md"
keywords = [
"pdf",
"style",
"stylesheet",
"graphitepdf",
]
categories = [
"graphics",
"rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"
[lib]
name = "graphitepdf_stylesheet"
path = "src/lib.rs"
[dependencies.graphitepdf-errors]
version = "0.4.0"
[dependencies.indexmap]
version = "2.7"
[dependencies.thiserror]
version = "1.0"