2018-04-06 16:23:37 +03:00
|
|
|
# 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
|
2020-12-18 23:07:47 +03:00
|
|
|
# to registry (e.g., crates.io) dependencies
|
2018-04-06 16:23:37 +03:00
|
|
|
#
|
|
|
|
# If you believe there's an error in this file please file an
|
|
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[package]
|
2020-12-18 23:07:47 +03:00
|
|
|
edition = "2018"
|
2017-02-10 23:19:18 +03:00
|
|
|
name = "walkdir"
|
2020-12-18 23:07:47 +03:00
|
|
|
version = "2.3.1"
|
2017-02-10 23:19:18 +03:00
|
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
2020-12-18 23:07:47 +03:00
|
|
|
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
|
2017-02-10 23:19:18 +03:00
|
|
|
description = "Recursively walk a directory."
|
|
|
|
homepage = "https://github.com/BurntSushi/walkdir"
|
2018-04-06 16:23:37 +03:00
|
|
|
documentation = "https://docs.rs/walkdir/"
|
2017-02-10 23:19:18 +03:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["directory", "recursive", "walk", "iterator"]
|
2018-04-06 16:23:37 +03:00
|
|
|
categories = ["filesystem"]
|
2017-02-10 23:19:18 +03:00
|
|
|
license = "Unlicense/MIT"
|
2018-04-06 16:23:37 +03:00
|
|
|
repository = "https://github.com/BurntSushi/walkdir"
|
|
|
|
[dependencies.same-file]
|
2020-12-18 23:07:47 +03:00
|
|
|
version = "1.0.1"
|
|
|
|
[dev-dependencies.doc-comment]
|
|
|
|
version = "0.3"
|
2018-04-06 16:23:37 +03:00
|
|
|
[target."cfg(windows)".dependencies.winapi]
|
|
|
|
version = "0.3"
|
|
|
|
features = ["std", "winnt"]
|
2020-12-18 23:07:47 +03:00
|
|
|
|
|
|
|
[target."cfg(windows)".dependencies.winapi-util]
|
|
|
|
version = "0.1.1"
|
2018-04-06 16:23:37 +03:00
|
|
|
[badges.appveyor]
|
|
|
|
repository = "BurntSushi/walkdir"
|
2017-02-10 23:19:18 +03:00
|
|
|
|
2018-04-06 16:23:37 +03:00
|
|
|
[badges.travis-ci]
|
|
|
|
repository = "BurntSushi/walkdir"
|