50 lines
1.2 KiB
TOML
50 lines
1.2 KiB
TOML
# 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
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "walkdir"
|
|
version = "2.5.0"
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
exclude = [
|
|
"/ci/*",
|
|
"/.travis.yml",
|
|
"/appveyor.yml",
|
|
]
|
|
description = "Recursively walk a directory."
|
|
homepage = "https://github.com/BurntSushi/walkdir"
|
|
documentation = "https://docs.rs/walkdir/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"directory",
|
|
"recursive",
|
|
"walk",
|
|
"iterator",
|
|
]
|
|
categories = ["filesystem"]
|
|
license = "Unlicense/MIT"
|
|
repository = "https://github.com/BurntSushi/walkdir"
|
|
|
|
[dependencies.same-file]
|
|
version = "1.0.1"
|
|
|
|
[dev-dependencies.doc-comment]
|
|
version = "0.3"
|
|
|
|
[target."cfg(windows)".dependencies.winapi-util]
|
|
version = "0.1.1"
|
|
|
|
[badges.appveyor]
|
|
repository = "BurntSushi/walkdir"
|
|
|
|
[badges.travis-ci]
|
|
repository = "BurntSushi/walkdir"
|