[package]
edition = "2024"
name = "tokmd-exclude"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-responsibility exclude-pattern normalization and matching helpers."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-exclude"
readme = "README.md"
keywords = [
"exclude",
"path",
"normalization",
"determinism",
"scan",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_exclude"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "bdd_edge_cases"
path = "tests/bdd_edge_cases.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_exclude_w48"
path = "tests/deep_exclude_w48.rs"
[[test]]
name = "deep_w39"
path = "tests/deep_w39.rs"
[[test]]
name = "deep_w43"
path = "tests/deep_w43.rs"
[[test]]
name = "exclude_deep_w76"
path = "tests/exclude_deep_w76.rs"
[[test]]
name = "exclude_depth_w62"
path = "tests/exclude_depth_w62.rs"
[[test]]
name = "exclude_edge_cases_w54"
path = "tests/exclude_edge_cases_w54.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "pattern_matching_w59"
path = "tests/pattern_matching_w59.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "properties_extended"
path = "tests/properties_extended.rs"
[[test]]
name = "properties_w59"
path = "tests/properties_w59.rs"
[dependencies.tokmd-path]
version = "1.9.0"
[dev-dependencies.proptest]
version = "1.10.0"