docgen-build 0.9.0

Site build pipeline for docgen, the Cargo-only static documentation-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 = "2021"
name = "docgen-build"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Site build pipeline for docgen, the Cargo-only static documentation-site generator"
readme = false
license = "MIT"
repository = "https://github.com/IamMaxim/docgen-rs"

[features]
default = []
s3 = ["dep:docgen-s3"]

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

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

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

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

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

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

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

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

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

[dependencies.docgen-s3]
version = "0.9.0"
optional = true

[dependencies.serde_json]
version = "1"

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