fd-find 6.2.0

fd is a simple, fast and user-friendly alternative to find.
# 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 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)

[package]
name = "fd-find"
version = "6.2.0"
authors = ["David Peter <mail@david-peter.de>"]
build = "build.rs"
exclude = ["/benchmarks/*"]
description = "fd is a simple, fast and user-friendly alternative to find."
homepage = "https://github.com/sharkdp/fd"
readme = "README.md"
keywords = ["search", "find", "file", "filesystem", "tool"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sharkdp/fd"

[[bin]]
name = "fd"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.9"

[dependencies.atty]
version = "0.2"

[dependencies.clap]
version = "2.26.0"
features = ["suggestions", "color", "wrap_help"]

[dependencies.ctrlc]
version = "3.0"

[dependencies.ignore]
version = "0.2"

[dependencies.lazy_static]
version = "1"

[dependencies.num_cpus]
version = "1.6.2"

[dependencies.regex]
version = "0.2"

[dependencies.regex-syntax]
version = "0.4"
[dev-dependencies.diff]
version = "0.1"

[dev-dependencies.tempdir]
version = "0.3"
[build-dependencies.clap]
version = "2.26.0"

[build-dependencies.version_check]
version = "0.1.3"
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2"
[badges.appveyor]
repository = "sharkdp/fd"

[badges.travis-ci]
repository = "sharkdp/fd"