[package]
edition = "2024"
name = "tokmd-analysis-complexity"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complexity analysis for tokmd analysis receipts."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis-complexity"
readme = "README.md"
keywords = [
"analysis",
"complexity",
"metrics",
"reporting",
"microcrate",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_analysis_complexity"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "complexity_contract_w65"
path = "tests/complexity_contract_w65.rs"
[[test]]
name = "complexity_depth_w56"
path = "tests/complexity_depth_w56.rs"
[[test]]
name = "complexity_w74"
path = "tests/complexity_w74.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_complexity_round2_w51"
path = "tests/deep_complexity_round2_w51.rs"
[[test]]
name = "deep_complexity_w47"
path = "tests/deep_complexity_w47.rs"
[[test]]
name = "deep_w39"
path = "tests/deep_w39.rs"
[[test]]
name = "deep_w68"
path = "tests/deep_w68.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "proptest_w40"
path = "tests/proptest_w40.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.tokmd-analysis-maintainability]
version = "1.9.0"
[dependencies.tokmd-analysis-types]
version = "1.9.0"
[dependencies.tokmd-analysis-util]
version = "1.9.0"
[dependencies.tokmd-content]
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"
[dev-dependencies.tempfile]
version = "3.27.0"