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 are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "walkdir"
15version = "2.4.0"
16authors = ["Andrew Gallant <[email protected]>"]
17exclude = [
18    "/ci/*",
19    "/.travis.yml",
20    "/appveyor.yml",
21]
22description = "Recursively walk a directory."
23homepage = "https://github.com/BurntSushi/walkdir"
24documentation = "https://docs.rs/walkdir/"
25readme = "README.md"
26keywords = [
27    "directory",
28    "recursive",
29    "walk",
30    "iterator",
31]
32categories = ["filesystem"]
33license = "Unlicense/MIT"
34repository = "https://github.com/BurntSushi/walkdir"
35
36[dependencies.same-file]
37version = "1.0.1"
38
39[dev-dependencies.doc-comment]
40version = "0.3"
41
42[target."cfg(windows)".dependencies.winapi-util]
43version = "0.1.1"
44
45[badges.appveyor]
46repository = "BurntSushi/walkdir"
47
48[badges.travis-ci]
49repository = "BurntSushi/walkdir"
50