[package]
edition = "2024"
name = "tokmd-analysis-git"
version = "1.9.0"
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"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "bdd_extended"
path = "tests/bdd_extended.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_analysis_git_w48"
path = "tests/deep_analysis_git_w48.rs"
[[test]]
name = "deep_w39"
path = "tests/deep_w39.rs"
[[test]]
name = "deep_w43"
path = "tests/deep_w43.rs"
[[test]]
name = "deep_w66"
path = "tests/deep_w66.rs"
[[test]]
name = "deep_w68"
path = "tests/deep_w68.rs"
[[test]]
name = "git_analysis_depth_w57"
path = "tests/git_analysis_depth_w57.rs"
[[test]]
name = "git_deep_w76"
path = "tests/git_deep_w76.rs"
[[test]]
name = "git_enricher_w54"
path = "tests/git_enricher_w54.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.tokmd-analysis-types]
version = "1.9.0"
[dependencies.tokmd-analysis-util]
version = "1.9.0"
[dependencies.tokmd-git]
version = "1.9.0"
[dependencies.tokmd-math]
version = "1.9.0"
[dependencies.tokmd-types]
version = "1.9.0"
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde_json]
version = "1.0.149"