aphid 0.2.0

A static site generator for blogs and wikis, with wiki-links across both.
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"
rust-version = "1.94"
name = "aphid"
version = "0.2.0"
build = false
exclude = [
    "docs/",
    "CLAUDE.md",
    ".github/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A static site generator for blogs and wikis, with wiki-links across both."
homepage = "https://aphid.lhelge.se"
readme = "README.md"
keywords = [
    "web",
    "ssg",
    "blog",
    "wiki",
    "markdown",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LHelge/aphid"

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

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

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

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

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

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

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

[dependencies.axum]
version = "0.8.9"
features = ["ws"]

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

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

[dependencies.image]
version = "0.25.9"

[dependencies.notify]
version = "8.2.0"

[dependencies.pulldown-cmark]
version = "0.13.3"

[dependencies.quick-xml]
version = "0.39.2"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.resvg]
version = "0.45.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.syntect]
version = "5.3.0"

[dependencies.tera]
version = "1.20.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.1.2"

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

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.futures-util]
version = "0.3.32"

[dev-dependencies.image]
version = "0.25.9"

[dev-dependencies.insta]
version = "1.47.2"

[dev-dependencies.reqwest]
version = "0.13.2"

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

[dev-dependencies.tokio-tungstenite]
version = "0.29.0"

[dev-dependencies.walkdir]
version = "2.5.0"