[package]
name = "devkit"
version = "0.1.0"
edition = "2021"
authors = ["GlidedApex"]
description = "A comprehensive developer toolkit for project analysis and management"
license = "MIT"
repository = "https://github.com/AffluentApex/devkit"
documentation = "https://github.com/AffluentApex/devkit#readme"
homepage = "https://github.com/AffluentApex/devkit"
readme = "README.md"
keywords = ["developer-tools", "git", "analysis", "project-management", "toolkit"]
categories = ["development-tools", "command-line-utilities"]
[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
git2 = "0.18.3"
colored = "2.2.0"
indicatif = "0.17.9"
walkdir = "2.5.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
toml = "0.8.19"
regex = "1.10"