typst4ei 2.0.1

The Typst4EI building and serving tool/cli
# 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 = "typst4ei"
version = "2.0.1"
build = false
include = [
    "src/**/*.rs",
    "templates/*.j2",
    "static/*",
    "docs/*.md",
    "docs/*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Typst4EI building and serving tool/cli"
homepage = "https://typst4ei.de/"
readme = "README.md"
license = "MIT"
repository = "https://gitea.mintcalc.com/typst4ei/typst4ei"

[[bin]]
name = "typst4ei"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"
features = ["backtrace"]

[dependencies.askama]
version = "0.16.0"
features = ["full"]

[dependencies.axum]
version = "0.8.9"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.5"
features = [
    "derive",
    "cargo",
]

[dependencies.curl]
version = "0.4.50"

[dependencies.flexi_logger]
version = "0.31.9"
features = [
    "colors",
    "async",
]

[dependencies.itertools]
version = "0.15.0"

[dependencies.log]
version = "0.4.33"

[dependencies.mime]
version = "0.3.17"

[dependencies.rand]
version = "0.10.2"

[dependencies.schemars]
version = "1.2.2"
features = ["url2"]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha256]
version = "1.6.0"

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.toml]
version = "1.1.0"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dev-dependencies.assert_fs]
version = "1.1.4"

[dev-dependencies.axum-test]
version = "21.0.0"

[dev-dependencies.parameterized]
version = "2.1.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.pretty_assertions]
version = "1.4.1"