typst4ei 2.0.1

The Typst4EI building and serving tool/cli
[package]
name = "typst4ei"
version = "2.0.1"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "The Typst4EI building and serving tool/cli"
homepage = "https://typst4ei.de/"
repository = "https://gitea.mintcalc.com/typst4ei/typst4ei"

include = [
    "src/**/*.rs",
    "templates/*.j2",
    "static/*",
    "docs/*.md",
    "docs/*.json",
]

[dependencies]
anyhow = { version = "1.0.104", features = ["backtrace"] }
askama = { version="0.16.0", features = ["full"] }
axum = "0.8.9"
chrono = "0.4.45"
clap = { version = "4.6.5", features = ["derive", "cargo"] }
curl = "0.4.50"
flexi_logger = { version = "0.31.9", features = ["colors", "async"] }
itertools = "0.15.0"
log = "0.4.33"
rand = "0.10.2"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
sha256 = "1.6.0"
tokio = { version = "1.53.1", features = ["full"] }
toml = "1.1.0"
url = { version = "2.5.8", features = ["serde"] }
mime = "0.3.17"
schemars = { version="1.2.2", features=["url2"] }

[dev-dependencies]
assert_fs = "1.1.4"
axum-test = "21.0.0"
parameterized = "2.1.0"
predicates = "3.1.4"
pretty_assertions = "1.4.1"