typstify 0.1.3

A high-performance static site generator with Typst/Markdown support
Documentation
[[bin]]
name = "typstify"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.8"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
features = ["derive"]
version = "4.5.54"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.notify]
version = "8.2.0"

[dependencies.open]
version = "5.3.3"

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

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1.18"

[dependencies.tower-http]
features = ["fs", "cors"]
version = "0.6.8"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.22"

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

[dependencies.typstify-generator]
version = "0.1.3"

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

[dependencies.walkdir]
version = "2.5.0"

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

[package]
authors = ["longcipher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "A high-performance static site generator with Typst/Markdown support"
edition = "2024"
homepage = "https://github.com/longcipher/typstify"
keywords = ["static-site", "typst", "markdown", "ssg"]
license = "Apache-2.0"
name = "typstify"
readme = "README.md"
repository = "https://github.com/longcipher/typstify"
version = "0.1.3"