docgen-components 0.1.0

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

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

[dependencies.include_dir]
version = "0.7"

[dependencies.minijinja]
version = "2.20.0"

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

[dependencies.thiserror]
version = "2.0.18"

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