[package]
edition = "2021"
name = "fop-types"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for Apache FOP Rust implementation"
homepage = "https://github.com/cool-japan/fop"
documentation = "https://docs.rs/fop-types"
readme = "README.md"
keywords = [
"xsl-fo",
"types",
"length",
"color",
"expression",
]
categories = [
"text-processing",
"data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/fop"
[lib]
name = "fop_types"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies]