[package]
edition = "2024"
name = "tokmd-model"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic aggregation and receipt modeling for tokmd. Tier 2 stability."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-model"
readme = "README.md"
keywords = [
"code-analysis",
"aggregation",
"receipts",
"modeling",
"tokei",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_model"
path = "src/lib.rs"
[[example]]
name = "bench_normalize"
path = "examples/bench_normalize.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "bdd_expanded"
path = "tests/bdd_expanded.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_model_w49"
path = "tests/deep_model_w49.rs"
[[test]]
name = "deep_w38"
path = "tests/deep_w38.rs"
[[test]]
name = "deep_w67"
path = "tests/deep_w67.rs"
[[test]]
name = "determinism_w40"
path = "tests/determinism_w40.rs"
[[test]]
name = "determinism_w66"
path = "tests/determinism_w66.rs"
[[test]]
name = "edge_cases_w50"
path = "tests/edge_cases_w50.rs"
[[test]]
name = "feature_stability_w53"
path = "tests/feature_stability_w53.rs"
[[test]]
name = "from_rows_api_w78"
path = "tests/from_rows_api_w78.rs"
[[test]]
name = "in_memory_rows_w82"
path = "tests/in_memory_rows_w82.rs"
[[test]]
name = "model_depth_w58"
path = "tests/model_depth_w58.rs"
[[test]]
name = "model_depth_w63"
path = "tests/model_depth_w63.rs"
[[test]]
name = "model_error_handling_w54"
path = "tests/model_error_handling_w54.rs"
[[test]]
name = "model_tests"
path = "tests/model_tests.rs"
[[test]]
name = "mutation_coverage_w50"
path = "tests/mutation_coverage_w50.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "proptest_deep"
path = "tests/proptest_deep.rs"
[[test]]
name = "proptest_w42"
path = "tests/proptest_w42.rs"
[[test]]
name = "proptest_w72"
path = "tests/proptest_w72.rs"
[[test]]
name = "snapshots"
path = "tests/snapshots.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.tokei]
version = "14.0.0"
default-features = false
[dependencies.tokmd-module-key]
version = "1.9.0"
[dependencies.tokmd-types]
version = "1.9.0"
[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.27.0"