# 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" name = "fnmatch-regex2" version = "0.3.0" authors = [ "Peter Pentchev ", "Martin Bammer ", ] 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/brmmm3/fnmatch-regex2-rs" [dependencies.itertools] version = "0.12" [dependencies.quick-error] version = "2" [dependencies.regex] version = "1" [dev-dependencies.rstest] version = "0.18"