tokmd 1.7.3

Tokei-backed repo inventory receipts (Markdown/TSV/JSONL/CSV) for PRs, CI, and LLM workflows.
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 = "tokmd"
version = "1.7.3"
build = false
exclude = [
    ".github",
    ".gitignore",
    ".gitattributes",
    "CLAUDE.md",
    "TODO.md",
    "mutants.toml",
    "mutants.out",
    "mutants.out.old",
    "fuzz",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "tokmd"
description = "Tokei-backed repo inventory receipts (Markdown/TSV/JSONL/CSV) for PRs, CI, and LLM workflows."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd"
readme = "README.md"
keywords = [
    "repo-analysis",
    "inventory",
    "llm-context",
    "receipts",
    "tokei",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

[features]
alias-tok = []
archetype = ["tokmd-analysis/archetype"]
content = ["tokmd-analysis/content"]
default = [
    "git",
    "walk",
    "content",
    "ui",
    "fun",
    "topics",
    "archetype",
]
fun = [
    "tokmd-analysis/fun",
    "tokmd-analysis-format/fun",
]
git = [
    "tokmd-analysis/git",
    "dep:tokmd-git",
    "dep:tokmd-cockpit",
    "tokmd-cockpit/git",
    "tokmd-context-git/git",
]
topics = ["tokmd-analysis/topics"]
ui = [
    "dep:dialoguer",
    "dep:console",
    "dep:toml",
    "tokmd-progress/ui",
]
walk = ["tokmd-analysis/walk"]

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

[[bin]]
name = "tokmd"
path = "src/bin/tokmd.rs"

[[bin]]
name = "tok"
path = "src/bin/tok.rs"
required-features = ["alias-tok"]

[dependencies.anyhow]
version = "1.0.101"

[dependencies.blake3]
version = "1.8.3"

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

[dependencies.clap_complete]
version = "4.5.66"

[dependencies.console]
version = "0.16.2"
optional = true

[dependencies.dialoguer]
version = "0.12.0"
optional = true

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.time]
version = "0.3.47"
features = ["formatting"]

[dependencies.tokmd-analysis]
version = "1.7.3"

[dependencies.tokmd-analysis-explain]
version = "1.7.3"

[dependencies.tokmd-analysis-format]
version = "1.7.3"

[dependencies.tokmd-analysis-grid]
version = "1.7.3"

[dependencies.tokmd-analysis-types]
version = "1.7.3"

[dependencies.tokmd-badge]
version = "1.7.3"

[dependencies.tokmd-cockpit]
version = "1.7.3"
optional = true

[dependencies.tokmd-config]
version = "1.7.3"

[dependencies.tokmd-context-git]
version = "1.7.3"

[dependencies.tokmd-context-policy]
version = "1.7.3"

[dependencies.tokmd-envelope]
version = "1.7.3"

[dependencies.tokmd-exclude]
version = "1.7.3"

[dependencies.tokmd-export-tree]
version = "1.7.3"

[dependencies.tokmd-format]
version = "1.7.3"

[dependencies.tokmd-gate]
version = "1.7.3"

[dependencies.tokmd-git]
version = "1.7.3"
optional = true

[dependencies.tokmd-model]
version = "1.7.3"

[dependencies.tokmd-path]
version = "1.7.3"

[dependencies.tokmd-progress]
version = "1.7.3"

[dependencies.tokmd-scan]
version = "1.7.3"

[dependencies.tokmd-settings]
version = "1.7.3"

[dependencies.tokmd-tokeignore]
version = "1.7.3"

[dependencies.tokmd-tool-schema]
version = "1.7.3"

[dependencies.tokmd-types]
version = "1.7.3"

[dependencies.toml]
version = "1.0.3"
optional = true

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

[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]

[dev-dependencies.jsonschema]
version = "0.44.0"

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

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.regex]
version = "1.12.3"

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

[dev-dependencies.tokmd-analysis-derived]
version = "1.7.3"

[dev-dependencies.toml]
version = "1.0.3"