# 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.62.0" name = "wildcard" version = "0.3.0" authors = ["Diogo Sousa "] build = false include = [ "/src/**/*.rs", "/benches/**/*.rs", "/testdata/**/*.toml", "/Cargo.toml", "/README.md", "/LICENSE", "/release-notes.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Wildcard matching" homepage = "https://github.com/cloudflare/wildcard" documentation = "https://docs.rs/wildcard" readme = "README.md" keywords = [ "wildcard", "matching", "no_std", ] categories = [ "text-processing", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/cloudflare/wildcard" [lib] name = "wildcard" path = "src/lib.rs" bench = false [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.thiserror] version = "2.0.3" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.serde] version = "1.0.203" [dev-dependencies.toml] version = "0.8.14" [dev-dependencies.wildmatch] version = "2.3.4" [features] fatal-warnings = [] [lints.clippy] explicit-deref-methods = "allow" if-not-else = "allow" inline-always = "allow" match-bool = "allow" missing-errors-doc = "allow" missing-safety-doc = "allow" module-name-repetitions = "allow" partialeq-ne-impl = "allow" similar-names = "allow" single-match-else = "allow" use-self = "allow" wildcard-imports = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.correctness] level = "deny" priority = 1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing-docs = "warn" [lints.rustdoc] redundant-explicit-links = "allow"