[package]
edition = "2024"
name = "tokmd-path"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-responsibility path normalization helpers for deterministic cross-platform matching."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-path"
readme = "README.md"
keywords = [
"path",
"normalization",
"determinism",
"cross-platform",
"utilities",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_path"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_w38"
path = "tests/deep_w38.rs"
[[test]]
name = "deep_w69"
path = "tests/deep_w69.rs"
[[test]]
name = "determinism_w66"
path = "tests/determinism_w66.rs"
[[test]]
name = "mutation_w72"
path = "tests/mutation_w72.rs"
[[test]]
name = "normalization_hardening"
path = "tests/normalization_hardening.rs"
[[test]]
name = "normalize_w59"
path = "tests/normalize_w59.rs"
[[test]]
name = "path_deep_w75"
path = "tests/path_deep_w75.rs"
[[test]]
name = "path_depth_w57"
path = "tests/path_depth_w57.rs"
[[test]]
name = "path_depth_w62"
path = "tests/path_depth_w62.rs"
[[test]]
name = "path_edge_cases_w54"
path = "tests/path_edge_cases_w54.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "property_w59"
path = "tests/property_w59.rs"
[dev-dependencies.proptest]
version = "1.10.0"