typstify-generator 0.1.0

Static site generation engine
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 = "typstify-generator"
version = "0.1.0"
authors = ["longcipher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static site generation engine"
homepage = "https://github.com/longcipher/typstify"
readme = "README.md"
keywords = [
    "static-site",
    "typst",
    "markdown",
    "ssg",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/longcipher/typstify"

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

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

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.rayon]
version = "1.11.0"

[dependencies.rss]
version = "2.0.12"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.44"

[dependencies.typstify-core]
version = "0.1.0"

[dependencies.typstify-parser]
version = "0.1.0"

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