[package]
edition = "2021"
name = "rustyfi-html"
version = "0.1.2"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML output backend for SATySFi: a reflowable web document, or a layout-faithful serialization of the PDF box/page model"
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_html"
path = "src/lib.rs"
[[test]]
name = "html"
path = "tests/html.rs"
[[test]]
name = "reflow"
path = "tests/reflow.rs"
[dependencies.rustyfi-backend]
version = "0.1.2"
[dependencies.rustyfi-pdf]
version = "0.1.2"
[dependencies.thiserror]
version = "2"