[[bin]]
name = "awful_rustdocs"
path = "src/main.rs"
[dependencies.awful_aj]
version = "0.3.6"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.directories]
version = "5"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.20"
[package]
authors = ["Thomas Gentry <thomas@awfulsec.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Generate Rustdoc comments automatically using Awful Jade and a Nushell-based AST extractor."
documentation = "https://docs.rs/awful_rustdocs"
edition = "2021"
homepage = "https://github.com/graves/awful_rustdocs"
keywords = ["rustdoc", "documentation", "llm", "ast", "automation"]
license = "CC0-1.0"
name = "awful_rustdocs"
readme = "README.md"
repository = "https://github.com/graves/awful_rustdocs"
version = "0.2.3"