matrix-authentication-service/.gear/predownloaded-development/vendor/wildmatch/Cargo.toml
2026-03-07 01:41:31 +03:00

74 lines
1.6 KiB
TOML

# 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 = "2018"
name = "wildmatch"
version = "2.5.0"
authors = ["Armin Becher <armin.becher@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple string matching with single- and multi-character wildcard operator."
readme = "README.md"
keywords = [
"globbing",
"matching",
"questionmark",
"star",
"string-matching",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/becheran/wildmatch"
[features]
serde = ["dep:serde"]
[lib]
name = "wildmatch"
path = "src/lib.rs"
[[bench]]
name = "patterns"
path = "benches/patterns.rs"
harness = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false
[dev-dependencies.criterion]
version = "0.5.1"
default-features = false
[dev-dependencies.glob]
version = "0.3.1"
default-features = false
[dev-dependencies.ntest]
version = "0.9.0"
default-features = false
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.regex]
version = "1.10.2"
default-features = false
[dev-dependencies.regex-lite]
version = "0.1.5"