# 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 = "2021" rust-version = "1.75" name = "nextest-filtering" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Filtering DSL for cargo-nextest" documentation = "https://docs.rs/nextest-filtering" readme = "README.md" keywords = [ "nextest", "test-runner", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest" [lib] name = "nextest_filtering" path = "src/lib.rs" [[bin]] name = "generate-expr-corpus" path = "src/bin/generate-expr-corpus.rs" required-features = ["internal-testing"] [[example]] name = "parser" path = "examples/parser.rs" [[test]] name = "match" path = "tests/match.rs" [dependencies.globset] version = "0.4.14" [dependencies.guppy] version = "0.17.7" [dependencies.miette] version = "7.2.0" [dependencies.nextest-metadata] version = "0.12.0" [dependencies.nextest-workspace-hack] version = "0.1.0" [dependencies.proptest] version = "1.5.0" optional = true [dependencies.recursion] version = "0.5.2" [dependencies.regex] version = "1.10.6" [dependencies.regex-syntax] version = "0.8.4" [dependencies.test-strategy] version = "0.4.0" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.winnow] version = "0.6.18" [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] optional = true [dev-dependencies.camino] version = "1.1.9" [dev-dependencies.clap] version = "4.5.16" features = ["derive"] [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.test-strategy] version = "0.4.0" [features] default = [] internal-testing = [ "dep:proptest", "dep:test-strategy", "dep:xxhash-rust", ]