# 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.4.0" authors = ["Armin Becher "] 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" [[bench]] name = "patterns" 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" [features] serde = ["dep:serde"]