tokmd-exclude 1.9.0

Single-responsibility exclude-pattern normalization and matching helpers.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"