kimun 0.20.0

Code metrics tool — health score, complexity, duplication, hotspots, ownership
# 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 = "kimun"
version = "0.20.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code metrics tool — health score, complexity, duplication, hotspots, ownership"
homepage = "https://github.com/lnds/kimun"
readme = "README.md"
keywords = [
    "code-metrics",
    "complexity",
    "loc",
    "halstead",
    "maintainability",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/lnds/kimun"

[features]
vendored-openssl = ["git2/vendored-openssl"]

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

[dependencies.chrono]
version = "0.4.44"
features = ["default"]

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.git2]
version = "0.19"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.unicode-width]
version = "0.2.2"