typst-bake 0.1.4

Bake Typst templates, fonts, and packages into your Rust binary — use Typst as a self-contained, embedded library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "typst-bake"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bake Typst templates, fonts, and packages into your Rust binary — use Typst as a self-contained, embedded library"
readme = "README.md"
keywords = [
    "typst",
    "pdf",
    "template",
    "embedded",
]
categories = [
    "template-engine",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/elgar328/typst-bake"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["pdf"]
full = [
    "pdf",
    "svg",
    "png",
]
pdf = ["dep:typst-pdf"]
png = ["dep:typst-render"]
svg = ["dep:typst-svg"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.include_dir]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.typst]
version = "0.14"

[dependencies.typst-as-lib]
version = "0.15"

[dependencies.typst-bake-macros]
version = "=0.1.4"

[dependencies.typst-pdf]
version = "0.14"
optional = true

[dependencies.typst-render]
version = "0.14"
optional = true

[dependencies.typst-svg]
version = "0.14"
optional = true

[dependencies.zstd]
version = "0.13"