[package]
edition = "2024"
name = "tokmd-module-key"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-responsibility module key derivation for deterministic path grouping."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-module-key"
readme = "README.md"
keywords = [
"module",
"path",
"determinism",
"grouping",
"inventory",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_module_key"
path = "src/lib.rs"
[[test]]
name = "bdd_module_key"
path = "tests/bdd_module_key.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_edge_cases"
path = "tests/deep_edge_cases.rs"
[[test]]
name = "derivation_w59"
path = "tests/derivation_w59.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "modkey_depth_w62"
path = "tests/modkey_depth_w62.rs"
[[test]]
name = "module_key_edge_cases_w54"
path = "tests/module_key_edge_cases_w54.rs"
[[test]]
name = "modulekey_deep_w75"
path = "tests/modulekey_deep_w75.rs"
[[test]]
name = "modulekey_depth_w57"
path = "tests/modulekey_depth_w57.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "properties_w59"
path = "tests/properties_w59.rs"
[dev-dependencies.proptest]
version = "1.10.0"