[package]
edition = "2024"
name = "html2typst"
version = "0.0.2"
authors = ["Adrian J. Delgado <rust@adrianjdelgado.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert HTML files to Typst syntax"
readme = "README.md"
keywords = [
"html",
"typst",
"converter",
"html2typ",
"html-to-typst",
]
categories = [
"text-processing",
"parsing",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/adriandelgado/html2typst"
[lib]
name = "html2typst"
path = "src/lib.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.html5ever]
version = "0.29.1"
[dependencies.markup5ever_rcdom]
version = "0.5.0-unofficial"