typstify 0.1.0

A high-performance static site generator with Typst/Markdown support
# 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"
version = "0.1.0"
authors = ["longcipher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance static site generator with Typst/Markdown support"
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"

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

[dependencies.axum]
version = "0.8.8"

[dependencies.chrono]
version = "0.4.42"

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

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

[dependencies.notify]
version = "8.2.0"

[dependencies.open]
version = "5.3.3"

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

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

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

[dependencies.tracing]
version = "0.1.44"

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

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

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

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

[dependencies.walkdir]
version = "2.5.0"