docanvil 0.1.7

A Rust-based static documentation generator that converts Markdown into HTML sites
# 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 = "docanvil"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based static documentation generator that converts Markdown into HTML sites"
readme = "README.md"
license = "MIT"

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

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

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

[dependencies.comrak]
version = "0.50.0"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.owo-colors]
version = "4"

[dependencies.regex]
version = "1"

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.slug]
version = "0.1"

[dependencies.syntect]
version = "5"
features = ["default-fancy"]
default-features = false

[dependencies.tera]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "1.0.1"

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

[dependencies.walkdir]
version = "2"

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