docgarden 0.1.0-rc0

Mechanical repository-knowledge linter for agentic engineering repositories
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 = "2024"
name = "docgarden"
version = "0.1.0-rc0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mechanical repository-knowledge linter for agentic engineering repositories"
readme = "README.md"
keywords = [
    "agents",
    "linter",
    "markdown",
    "documentation",
    "repository",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/jesse-black/docgarden"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ignore]
version = "0.4"

[dependencies.markdown]
version = "1.0.0"

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

[dependencies.tiktoken-rs]
version = "0.11"

[dependencies.toml]
version = "1.1"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

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