[package]
edition = "2024"
rust-version = "1.88"
name = "graphitepdf-errors"
version = "0.1.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared error types for the GraphitePDF workspace."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-errors"
readme = "README.md"
keywords = [
"pdf",
"errors",
"graphitepdf",
"library",
]
categories = [
"graphics",
"rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"
[lib]
name = "graphitepdf_errors"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0"