[badges.appveyor]
repository = "sharkdp/fd"
[badges.travis-ci]
repository = "sharkdp/fd"
[[bin]]
name = "fd"
path = "src/main.rs"
[build-dependencies.version_check]
version = "0.9"
[dependencies.aho-corasick]
version = "1.1"
[dependencies.anyhow]
version = "1.0"
[dependencies.argmax]
version = "0.3.1"
[dependencies.chrono]
default-features = false
features = ["std", "clock"]
version = "0.4.38"
[dependencies.clap]
features = ["suggestions", "color", "wrap_help", "cargo", "derive"]
version = "4.5.13"
[dependencies.clap_complete]
optional = true
version = "4.5.8"
[dependencies.crossbeam-channel]
version = "0.5.13"
[dependencies.ctrlc]
version = "3.2"
[dependencies.etcetera]
version = "0.8"
[dependencies.faccess]
version = "0.2.4"
[dependencies.globset]
version = "0.4"
[dependencies.humantime]
version = "2.1"
[dependencies.ignore]
version = "0.4.22"
[dependencies.lscolors]
default-features = false
features = ["nu-ansi-term"]
version = "0.19"
[dependencies.normpath]
version = "1.1.1"
[dependencies.nu-ansi-term]
version = "0.50"
[dependencies.regex]
version = "1.10.5"
[dependencies.regex-syntax]
version = "0.8"
[dev-dependencies.diff]
version = "0.1"
[dev-dependencies.filetime]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.10"
[dev-dependencies.test-case]
version = "3.3"
[features]
base = ["use-jemalloc"]
completions = ["clap_complete"]
default = ["use-jemalloc", "completions"]
use-jemalloc = ["jemallocator"]
[package]
authors = ["David Peter <mail@david-peter.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "fd is a simple, fast and user-friendly alternative to find."
edition = "2021"
exclude = ["/benchmarks/*"]
homepage = "https://github.com/sharkdp/fd"
keywords = ["search", "find", "file", "filesystem", "tool"]
license = "MIT OR Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
rust-version = "1.77.2"
version = "10.2.0"
[profile.release]
codegen-units = 1
lto = true
strip = true
[target.'cfg(all(not(windows), not(target_os = "android"), not(target_os = "macos"), not(target_os = "freebsd"), not(target_os = "openbsd"), not(all(target_env = "musl", target_pointer_width = "32")), not(target_arch = "riscv64")))'.dependencies.jemallocator]
optional = true
version = "0.5.4"
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["signal", "user", "hostname"]
version = "0.29.0"
[[test]]
name = "tests"
path = "tests/tests.rs"