You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
883 B
35 lines
883 B
[package]
|
|
name = "walkdir"
|
|
version = "2.3.2" #:version
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
description = "Recursively walk a directory."
|
|
documentation = "https://docs.rs/walkdir/"
|
|
homepage = "https://github.com/BurntSushi/walkdir"
|
|
repository = "https://github.com/BurntSushi/walkdir"
|
|
readme = "README.md"
|
|
keywords = ["directory", "recursive", "walk", "iterator"]
|
|
categories = ["filesystem"]
|
|
license = "Unlicense/MIT"
|
|
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "BurntSushi/walkdir" }
|
|
appveyor = { repository = "BurntSushi/walkdir" }
|
|
|
|
[workspace]
|
|
members = ["walkdir-list"]
|
|
|
|
[dependencies]
|
|
same-file = "1.0.1"
|
|
|
|
[target.'cfg(windows)'.dependencies.winapi]
|
|
version = "0.3"
|
|
features = ["std", "winnt"]
|
|
|
|
[target.'cfg(windows)'.dependencies.winapi-util]
|
|
version = "0.1.1"
|
|
|
|
[dev-dependencies]
|
|
doc-comment = "0.3"
|