[package]
edition = "2024"
rust-version = "1.92"
name = "typst-html"
version = "0.15.0"
authors = ["The Typst Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typst's HTML exporter."
homepage = "https://typst.app"
readme = "README.md"
keywords = ["typst"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/typst/typst"
resolver = "2"
[lib]
name = "typst_html"
path = "src/lib.rs"
[dependencies.az]
version = "1.2"
[dependencies.bumpalo]
version = "3.15.4"
features = [
"boxed",
"collections",
]
[dependencies.comemo]
version = "0.5.1"
[dependencies.ecow]
version = "0.2.6"
features = ["serde"]
[dependencies.palette]
version = "0.7.3"
features = [
"approx",
"libm",
]
default-features = false
[dependencies.rustc-hash]
version = "2.1"
[dependencies.time]
version = "0.3.20"
features = [
"formatting",
"macros",
"parsing",
]
[dependencies.typst-assets]
version = "0.15.0"
[dependencies.typst-library]
version = "0.15.0"
[dependencies.typst-macros]
version = "0.15.0"
[dependencies.typst-svg]
version = "0.15.0"
[dependencies.typst-syntax]
version = "0.15.0"
[dependencies.typst-timing]
version = "0.15.0"
[dependencies.typst-utils]
version = "0.15.0"
[dependencies.unicode-math-class]
version = "0.1"
[lints.clippy]
blocks_in_conditions = "allow"
comparison_chain = "allow"
derived_hash_with_manual_eq = "allow"
disallowed_methods = "warn"
iter_over_hash_type = "warn"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"