# 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 = "2021" rust-version = "1.77.2" name = "fd-find" version = "10.2.0" authors = ["David Peter "] build = "build.rs" exclude = ["/benchmarks/*"] autobins = false autoexamples = false autotests = false autobenches = false 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 OR Apache-2.0" repository = "https://github.com/sharkdp/fd" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "fd" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.aho-corasick] version = "1.1" [dependencies.anyhow] version = "1.0" [dependencies.argmax] version = "0.3.1" [dependencies.chrono] version = "0.4.38" features = [ "std", "clock", ] default-features = false [dependencies.clap] version = "4.5.13" features = [ "suggestions", "color", "wrap_help", "cargo", "derive", ] [dependencies.clap_complete] version = "4.5.8" optional = true [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] version = "0.19" features = ["nu-ansi-term"] default-features = false [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" [build-dependencies.version_check] version = "0.9" [features] base = ["use-jemalloc"] completions = ["clap_complete"] default = [ "use-jemalloc", "completions", ] use-jemalloc = ["jemallocator"] [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] version = "0.5.4" optional = true [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = [ "signal", "user", "hostname", ] default-features = false [badges.appveyor] repository = "sharkdp/fd" [badges.travis-ci] repository = "sharkdp/fd"