codedna 0.1.0

Rust-powered CLI for codebase intelligence: stack detection, architecture hints, LOC breakdown, repo maps, and dead-code heuristics.
# 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 = "codedna"
version = "0.1.0"
authors = ["CodeDna Contributors"]
build = "build.rs"
exclude = [
    ".github/",
    "target/",
    "skill/",
    "skills/",
    "scripts/",
    "templates/",
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md",
    ".cursorrules",
    "SKILL.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-powered CLI for codebase intelligence: stack detection, architecture hints, LOC breakdown, repo maps, and dead-code heuristics."
homepage = "https://github.com/crafteraadarsh/codedna"
documentation = "https://github.com/crafteraadarsh/codedna#readme"
readme = "README.md"
keywords = [
    "codebase",
    "analysis",
    "cli",
    "architecture",
    "loc",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/crafteraadarsh/codedna"

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

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

[dependencies.git2]
version = "0.19"
features = ["vendored-openssl"]

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.walkdir]
version = "2"