]> git.proxmox.com Git - rustc.git/blob - vendor/walkdir/Cargo.toml
New upstream version 1.71.1+dfsg1
[rustc.git] / vendor / walkdir / Cargo.toml
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]
13 edition = "2018"
14 name = "walkdir"
15 version = "2.3.3"
16 authors = ["Andrew Gallant <jamslam@gmail.com>"]
17 exclude = [
18 "/ci/*",
19 "/.travis.yml",
20 "/appveyor.yml",
21 ]
22 description = "Recursively walk a directory."
23 homepage = "https://github.com/BurntSushi/walkdir"
24 documentation = "https://docs.rs/walkdir/"
25 readme = "README.md"
26 keywords = [
27 "directory",
28 "recursive",
29 "walk",
30 "iterator",
31 ]
32 categories = ["filesystem"]
33 license = "Unlicense/MIT"
34 repository = "https://github.com/BurntSushi/walkdir"
35
36 [dependencies.same-file]
37 version = "1.0.1"
38
39 [dev-dependencies.doc-comment]
40 version = "0.3"
41
42 [target."cfg(windows)".dependencies.winapi-util]
43 version = "0.1.1"
44
45 [badges.appveyor]
46 repository = "BurntSushi/walkdir"
47
48 [badges.travis-ci]
49 repository = "BurntSushi/walkdir"