# 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.58" name = "fnmatch-regex" version = "0.2.1" authors = ["Peter Pentchev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a glob-style pattern to a regular expression." readme = "README.md" keywords = [ "fnmatch", "glob", "pattern", "regex", ] categories = [ "encoding", "filesystem", "parser-implementations", ] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/fnmatch-regex-rs" [lib] name = "fnmatch_regex" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.itertools] version = ">= 0.10.3, < 0.14" [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.rstest] version = ">= 0.17, < 0.24"