docgen-rs 0.9.0

A Cargo-only static documentation-site generator. No npm, no Node.
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 = "2021"
name = "docgen-rs"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cargo-only static documentation-site generator. No npm, no Node."
readme = "README.md"
keywords = [
    "documentation",
    "static-site",
    "generator",
    "markdown",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/IamMaxim/docgen-rs"

[package.metadata.docs.rs]
all-features = false

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/docgen-{ target }{ archive-suffix }"
bin-dir = "docgen-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
s3 = ["docgen-build/s3"]

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.41"
features = ["clock"]
default-features = false

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

[dependencies.docgen-assets]
version = "0.9.0"

[dependencies.docgen-build]
version = "0.9.0"

[dependencies.docgen-core]
version = "0.9.0"

[dependencies.docgen-diff]
version = "0.9.0"

[dependencies.docgen-init]
version = "0.9.0"

[dependencies.docgen-lint]
version = "0.9.0"

[dependencies.docgen-plantuml]
version = "0.9.0"

[dependencies.docgen-render]
version = "0.9.0"

[dependencies.docgen-server]
version = "0.9.0"

[dev-dependencies.git2]
version = "0.20.2"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.150"