papermake 0.2.0

Fast PDF generation library using Typst with a virtual file system for templates, images, and fonts
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 = "2024"
name = "papermake"
version = "0.2.0"
authors = ["Erik Steiger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast PDF generation library using Typst with a virtual file system for templates, images, and fonts"
homepage = "https://github.com/rkstgr/papermake"
documentation = "https://docs.rs/papermake"
readme = "README.md"
keywords = [
    "pdf",
    "typst",
    "template",
    "document",
    "generation",
]
categories = [
    "template-engine",
    "text-processing",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/rkstgr/papermake"
resolver = "2"

[features]
default = ["fs"]
fs = ["tokio"]

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.flate2]
version = "1.1"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "macros",
    "formatting",
    "parsing",
]

[dependencies.tokio]
version = "1.44"
features = [
    "fs",
    "sync",
    "rt",
]
optional = true

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

[dependencies.typst]
version = "0.13"

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

[dependencies.typst-library]
version = "0.13"

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

[dependencies.zune-inflate]
version = "0.2"
features = [
    "gzip",
    "std",
]
default-features = false

[dev-dependencies.pdf]
version = "0.9.0"

[dev-dependencies.tempfile]
version = "3.19"

[dev-dependencies.tokio]
version = "1.44"
features = ["full"]