arborist-cli 0.2.0

CLI for arborist-metrics: cognitive/cyclomatic complexity and SLOC metrics
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 = "arborist-cli"
version = "0.2.0"
build = false
exclude = [
    ".devtrail/",
    ".github/",
    ".claude/",
    ".specify/",
    "specs/",
    "tests/fixtures/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for arborist-metrics: cognitive/cyclomatic complexity and SLOC metrics"
readme = "README.md"
keywords = [
    "complexity",
    "metrics",
    "cognitive",
    "cyclomatic",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/StrangeDaysTech/arborist-cli"

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

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

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

[dependencies.arborist-metrics]
version = "0.1"
features = ["all"]

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

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

[dependencies.csv]
version = "1"

[dependencies.ignore]
version = "0.4"

[dependencies.self_update]
version = "0.43"
features = [
    "archive-tar",
    "archive-zip",
    "compression-flate2",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

[lints.clippy.all]
level = "deny"
priority = 0

[profile.dist]
lto = "thin"
inherits = "release"