# 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 = "dir-iterator" version = "0.1.4" authors = ["Patrick Hoffmann fightling@elektropost.org>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Iterator that recursively scans and filters files from a directory" documentation = "https://docs.rs/dir-iterator" readme = "README.md" keywords = [ "dir", "directory", "iterator", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fightling/dir-iterator" [lib] name = "dir_iterator" path = "src/lib.rs" [dependencies.wc] version = "0.3" optional = true package = "wildcard" [features] default = ["wildcard"] wildcard = ["wc"]