html2typst 0.0.2

Convert HTML files to Typst syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "html2typst"
version = "0.0.2"
edition = "2024"
authors = ["Adrian J. Delgado <rust@adrianjdelgado.com>"]
description = "Convert HTML files to Typst syntax"
repository = "https://github.com/adriandelgado/html2typst"
readme = "README.md"
keywords = ["html", "typst", "converter", "html2typ", "html-to-typst"]
categories = ["text-processing", "parsing", "parser-implementations"]
license = "MIT"

[dependencies]
base64 = "0.22.1"
html5ever = "0.29.1"
markup5ever_rcdom = "0.5.0-unofficial"