[package]
edition = "2021"
name = "rustyfi-backend"
version = "0.1.2"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Box/glue model, typesetting context, line and page breaking for SATySFi"
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_backend"
path = "src/lib.rs"
[[test]]
name = "graphics_roadmap_c"
path = "tests/graphics_roadmap_c.rs"
[[test]]
name = "jpeg_dct"
path = "tests/jpeg_dct.rs"
[[test]]
name = "linebreak"
path = "tests/linebreak.rs"
[[test]]
name = "linebreak_uax14"
path = "tests/linebreak_uax14.rs"
[[test]]
name = "pagebreak"
path = "tests/pagebreak.rs"
[[test]]
name = "visit_reachability"
path = "tests/visit_reachability.rs"
[dependencies.newer-type]
version = "0.3"
[dependencies.newer-type-std]
version = "0.3"
[dependencies.syan]
version = "0.2.2"
[dependencies.unicode-linebreak]
version = "0.1"