[package]
edition = "2024"
name = "tokmd-analysis"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analysis logic and enrichers for tokmd receipts."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis"
readme = "README.md"
keywords = [
"code-analysis",
"metrics",
"cocomo",
"hotspots",
"enrichment",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[features]
archetype = [
"dep:tokmd-analysis-archetype",
"tokmd-analysis-grid/archetype",
]
content = [
"dep:tokmd-analysis-content",
"dep:tokmd-analysis-complexity",
"dep:tokmd-analysis-entropy",
"dep:tokmd-analysis-api-surface",
"dep:tokmd-analysis-near-dup",
"tokmd-analysis-grid/content",
]
default = [
"fun",
"topics",
"archetype",
"effort",
]
effort = ["dep:tokmd-analysis-effort"]
fun = [
"dep:tokmd-analysis-fun",
"tokmd-analysis-grid/fun",
]
git = [
"dep:tokmd-git",
"dep:tokmd-analysis-fingerprint",
"dep:tokmd-analysis-git",
"tokmd-analysis-grid/git",
"tokmd-analysis-effort/git",
]
halstead = [
"content",
"walk",
"dep:tokmd-analysis-halstead",
"dep:tokmd-analysis-maintainability",
"tokmd-analysis-grid/halstead",
]
topics = [
"dep:tokmd-analysis-topics",
"tokmd-analysis-grid/topics",
]
walk = [
"dep:tokmd-walk",
"dep:tokmd-analysis-assets",
"dep:tokmd-analysis-license",
"tokmd-analysis-grid/walk",
]
[lib]
name = "tokmd_analysis"
path = "src/lib.rs"
[[test]]
name = "analysis_deep_w64"
path = "tests/analysis_deep_w64.rs"
[[test]]
name = "analysis_depth_w62"
path = "tests/analysis_depth_w62.rs"
[[test]]
name = "capability_reporting_w53"
path = "tests/capability_reporting_w53.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_analysis_w48"
path = "tests/deep_analysis_w48.rs"
[[test]]
name = "derived"
path = "tests/derived.rs"
[[test]]
name = "determinism"
path = "tests/determinism.rs"
[[test]]
name = "enricher_pipeline"
path = "tests/enricher_pipeline.rs"
[[test]]
name = "feature_gates_w71"
path = "tests/feature_gates_w71.rs"
[[test]]
name = "feature_matrix"
path = "tests/feature_matrix.rs"
[[test]]
name = "git"
path = "tests/git.rs"
[[test]]
name = "mutant_killers"
path = "tests/mutant_killers.rs"
[[test]]
name = "orchestration"
path = "tests/orchestration.rs"
[[test]]
name = "orchestration_w54"
path = "tests/orchestration_w54.rs"
[[test]]
name = "orchestration_w68"
path = "tests/orchestration_w68.rs"
[[test]]
name = "orchestration_w73"
path = "tests/orchestration_w73.rs"
[[test]]
name = "orchestrator"
path = "tests/orchestrator.rs"
[[test]]
name = "uselesskey_security_pipeline"
path = "tests/uselesskey_security_pipeline.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tokmd-analysis-api-surface]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-archetype]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-assets]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-complexity]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-content]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-derived]
version = "1.9.0"
[dependencies.tokmd-analysis-effort]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-entropy]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-fingerprint]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-fun]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-git]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-grid]
version = "1.9.0"
[dependencies.tokmd-analysis-halstead]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-license]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-maintainability]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-near-dup]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-topics]
version = "1.9.0"
optional = true
[dependencies.tokmd-analysis-types]
version = "1.9.0"
[dependencies.tokmd-analysis-util]
version = "1.9.0"
[dependencies.tokmd-git]
version = "1.9.0"
optional = true
[dependencies.tokmd-types]
version = "1.9.0"
[dependencies.tokmd-walk]
version = "1.9.0"
optional = true
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies.tempfile]
version = "3.27.0"
[dev-dependencies.uselesskey]
version = "0.4.1"
features = ["rsa"]
default-features = false