archidoc-cli 0.3.4

Architecture documentation compiler — generates C4 diagrams and docs from source code annotations
# 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 = "archidoc-cli"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Architecture documentation compiler — generates C4 diagrams and docs from source code annotations"
homepage = "https://github.com/GitSmart86/archidoc"
readme = "README.md"
keywords = [
    "c4-model",
    "architecture",
    "documentation",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/GitSmart86/archidoc"

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

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

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

[dependencies.archidoc-engine]
version = "0.3.4"

[dependencies.archidoc-rust]
version = "0.3.4"

[dependencies.archidoc-types]
version = "0.3.4"

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

[dependencies.serde_json]
version = "1"

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