quillmark-typst 0.0.21

Typst backend for Quillmark
Documentation
[dependencies.anyhow]
version = "~1.0"

[dependencies.dirs]
optional = true
version = "6.0"

[dependencies.fontdb]
version = "0.21.0"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.quillmark-core]
version = "0.0.21"

[dependencies.serde_json]
version = "~1.0"

[dependencies.thiserror]
version = "~2.0"

[dependencies.time]
features = ["formatting", "parsing"]
version = "0.3.44"

[dependencies.toml]
version = "~0.9"

[dependencies.typst]
version = "0.13.1"

[dependencies.typst-kit]
default-features = false
features = ["fonts"]
version = "0.13.1"

[dependencies.typst-pdf]
version = "0.13.1"

[dependencies.typst-svg]
version = "0.13.1"

[dev-dependencies.tempfile]
version = "~3.23"

[features]
default = ["native"]
native = ["typst-kit/packages", "typst-kit/embed-fonts", "dep:dirs"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Typst backend for Quillmark"
documentation = "https://docs.rs/quillmark-typst"
edition = "2021"
homepage = "https://github.com/nibsbin/quillmark"
include = ["src/**", "Cargo.toml", "README*", "LICENSE*"]
license = "Apache-2.0"
name = "quillmark-typst"
readme = "README.md"
repository = "https://github.com/nibsbin/quillmark"
version = "0.0.21"