[package]
edition = "2024"
name = "tokmd-analysis-git"
version = "1.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git and churn enrichment microcrate for tokmd analysis presets."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis-git"
readme = "README.md"
keywords = [
"analysis",
"git",
"enrichment",
"churn",
"coupling",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_analysis_git"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.tokmd-analysis-types]
version = "1.7.2"
[dependencies.tokmd-analysis-util]
version = "1.7.2"
[dependencies.tokmd-git]
version = "1.7.2"
[dependencies.tokmd-math]
version = "1.7.2"
[dependencies.tokmd-types]
version = "1.7.2"
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.tempfile]
version = "3.25.0"