wax 0.7.0

Opinionated and portable globs that can be matched against paths and directory trees.
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"
rust-version = "1.85.0"
name = "wax"
version = "0.7.0"
authors = ["Sean Olson <olson.sean.k@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated and portable globs that can be matched against paths and directory trees."
readme = "README.md"
keywords = [
    "glob",
    "pattern",
    "regex",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/olson-sean-k/wax"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["walk"]
miette = [
    "dep:miette",
    "dep:tardar",
]
walk = ["dep:walkdir"]

[lib]
name = "wax"
path = "src/lib.rs"

[dependencies.const_format]
version = "^0.2.0"

[dependencies.itertools]
version = "^0.14.0"

[dependencies.miette]
version = "^5.10.0"
optional = true
default-features = false

[dependencies.nom]
version = "^7.0.0"

[dependencies.pori]
version = "=0.0.0"

[dependencies.regex]
version = "^1.12.0"
features = [
    "perf",
    "std",
    "unicode-case",
]
default-features = false

[dependencies.tardar]
version = "^0.1.0"
optional = true

[dependencies.thiserror]
version = "^2.0.0"

[dependencies.walkdir]
version = "^2.5.0"
optional = true

[dev-dependencies.build-fs-tree]
version = "^0.7.0"

[dev-dependencies.dunce]
version = "^1.0.0"

[dev-dependencies.expect_macro]
version = "^0.2.0"

[dev-dependencies.rstest]
version = "^0.26.0"

[dev-dependencies.tempfile]
version = "^3.24.0"