File: Cargo.toml

package info (click to toggle)
rust-nextest-filtering 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: makefile: 2
file content (121 lines) | stat: -rw-r--r-- 2,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# 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.89"
name = "nextest-filtering"
version = "0.18.0"
build = false
autolib = 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"
resolver = "2"

[features]
default = []
internal-testing = [
    "dep:proptest",
    "dep:test-strategy",
    "dep:xxhash-rust",
]

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

[dependencies.guppy]
version = "0.17.24"

[dependencies.miette]
version = "7.6.0"

[dependencies.nextest-metadata]
version = "0.13.0"

[dependencies.proptest]
version = "1.9.0"
optional = true

[dependencies.recursion]
version = "0.5.4"

[dependencies.regex]
version = "1.12.2"

[dependencies.regex-syntax]
version = "0.8.6"

[dependencies.smol_str]
version = "0.3.2"
features = ["serde"]

[dependencies.test-strategy]
version = "0.4.3"
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dependencies.winnow]
version = "0.7.13"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]
optional = true

[dev-dependencies.camino]
version = "1.2.2"

[dev-dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "unstable-markdown",
]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.test-strategy]
version = "0.4.3"