blob: 49c666254d55c31be7546687a500ea9f71b18480 [file] [log] [blame]
Jakub Koturf453f932020-12-21 17:28:16 +01001# 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"
Elliott Hughesbe8e0ba2021-04-02 10:47:12 -070016version = "2.3.2"
Jakub Koturf453f932020-12-21 17:28:16 +010017authors = ["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"