typst-svg 0.12.0

SVG exporter for Typst.
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.comemo]
version = "0.4"

[dependencies.ecow]
features = ["serde"]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.ttf-parser]
version = "0.24.1"

[dependencies.typst]
version = "0.12.0"

[dependencies.typst-macros]
version = "0.12.0"

[dependencies.typst-timing]
version = "0.12.0"

[dependencies.xmlparser]
version = "0.13.5"

[dependencies.xmlwriter]
version = "0.1.0"

[lib]
name = "typst_svg"
path = "src/lib.rs"

[lints.clippy]
blocks_in_conditions = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"

[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = "SVG exporter for Typst."
edition = "2021"
homepage = "https://typst.app"
keywords = ["typst"]
license = "Apache-2.0"
name = "typst-svg"
readme = "README.md"
repository = "https://github.com/typst/typst"
rust-version = "1.77"
version = "0.12.0"