# 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 = "filenamegen" version = "0.2.7" authors = ["Wez Furlong"] description = "Shell-style filename generation aka globbing" documentation = "https://docs.rs/filenamegen" readme = "README.md" keywords = [ "glob", "wildmatch", "filenamegen", "fnmatch", ] license = "MIT" repository = "https://github.com/wez/wzsh" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.bstr] version = "1.0" [dependencies.regex] version = "1.10" [dependencies.walkdir] version = "2.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.tempfile] version = "3.10" [target."cfg(unix)".dev-dependencies.nix] version = "0.28" features = ["feature"]