rustyfi-html 0.1.3

HTML output backend for SATySFi: a reflowable web document, or a layout-faithful serialization of the PDF box/page model
Documentation
[package]
name = "rustyfi-html"
description = "HTML output backend for SATySFi: a reflowable web document, or a layout-faithful serialization of the PDF box/page model"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true
authors.workspace = true

[dependencies]
rustyfi-backend.workspace = true
# One-way dependency for `TtfFontStore` (font metrics + physical file bytes
# for `@font-face` embedding) — `rustyfi-pdf` does not depend back on this
# crate, so this is not a cycle. See lib.rs's module doc "Location" note.
rustyfi-pdf.workspace = true
thiserror.workspace = true