ddoc 0.18.0

doc site generator
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.88"
name = "ddoc"
version = "0.18.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "doc site generator"
readme = "README.md"
keywords = [
    "markdown",
    "doc",
    "html",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0"
repository = "https://github.com/Canop/ddoc"

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.clap-help]
version = "1.5"

[dependencies.cli-log]
version = "2.1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.deser-hjson]
version = "2.2.5"

[dependencies.indexmap]
version = "2.7"
features = ["serde"]

[dependencies.lazy-regex]
version = "3.6"

[dependencies.notify]
version = "8.2.0"

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

[dependencies.rouille]
version = "3.6"

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

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.termimad]
version = "0.34"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"