1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "walkdir" 16version = "2.3.2" 17authors = ["Andrew Gallant <jamslam@gmail.com>"] 18exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] 19description = "Recursively walk a directory." 20homepage = "https://github.com/BurntSushi/walkdir" 21documentation = "https://docs.rs/walkdir/" 22readme = "README.md" 23keywords = ["directory", "recursive", "walk", "iterator"] 24categories = ["filesystem"] 25license = "Unlicense/MIT" 26repository = "https://github.com/BurntSushi/walkdir" 27[dependencies.same-file] 28version = "1.0.1" 29[dev-dependencies.doc-comment] 30version = "0.3" 31[target."cfg(windows)".dependencies.winapi] 32version = "0.3" 33features = ["std", "winnt"] 34 35[target."cfg(windows)".dependencies.winapi-util] 36version = "0.1.1" 37[badges.appveyor] 38repository = "BurntSushi/walkdir" 39 40[badges.travis-ci] 41repository = "BurntSushi/walkdir" 42