[package]
edition = "2021"
name = "rustyfi-pdf"
version = "0.1.2"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF output backend for SATySFi (pdf-writer based, base-14 fonts)"
homepage = "https://github.com/yasuo-ozu/rustyfi"
readme = "README.md"
keywords = [
"satysfi",
"typesetting",
"pdf",
"typography",
]
categories = [
"text-processing",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/rustyfi"
[lib]
name = "rustyfi_pdf"
path = "src/lib.rs"
[[test]]
name = "annots"
path = "tests/annots.rs"
[[test]]
name = "doc_info"
path = "tests/doc_info.rs"
[[test]]
name = "draw_text"
path = "tests/draw_text.rs"
[[test]]
name = "frame_box"
path = "tests/frame_box.rs"
[[test]]
name = "frame_underlay"
path = "tests/frame_underlay.rs"
[[test]]
name = "graphics"
path = "tests/graphics.rs"
[[test]]
name = "image"
path = "tests/image.rs"
[[test]]
name = "math_cramped"
path = "tests/math_cramped.rs"
[[test]]
name = "math_font"
path = "tests/math_font.rs"
[[test]]
name = "math_fraction_radical"
path = "tests/math_fraction_radical.rs"
[[test]]
name = "math_script_style"
path = "tests/math_script_style.rs"
[[test]]
name = "math_table"
path = "tests/math_table.rs"
[[test]]
name = "math_vertical_variants"
path = "tests/math_vertical_variants.rs"
[[test]]
name = "pdf_image"
path = "tests/pdf_image.rs"
[[test]]
name = "tabular"
path = "tests/tabular.rs"
[[test]]
name = "text_color"
path = "tests/text_color.rs"
[[test]]
name = "ttf"
path = "tests/ttf.rs"
[[test]]
name = "used_images_nesting"
path = "tests/used_images_nesting.rs"
[dependencies.pdf-writer]
version = "0.13"
[dependencies.rustyfi-backend]
version = "0.1.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.subsetter]
version = "0.2.6"
default-features = false
[dependencies.thiserror]
version = "2"
[dependencies.ttf-parser]
version = "0.25"
[dev-dependencies.lopdf]
version = "0.36"
[dev-dependencies.rustyfi-lang]
version = "0.1.2"
[dev-dependencies.rustyfi-syntax]
version = "0.1.2"