projd 0.3.0

Scan software projects and generate structured reports.
# 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 = "projd"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scan software projects and generate structured reports."
readme = "README.md"
keywords = [
    "project",
    "scanner",
    "report",
    "git",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.projd-core]
version = "0.1.4"

[dependencies.ratatui]
version = "0.29.0"

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

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

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