# 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-enhance" version = "10.1.1026" authors = [ "David Peter ", "vincent ", ] build = "build.rs" exclude = ["/benchmarks/*"] description = "fd is a simple, fast and user-friendly alternative to find." homepage = "https://github.com/zhangw/fd" readme = "README.md" keywords = [ "search", "find", "file", "filesystem", "tool", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zhangw/fd" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "fd_lib" path = "src/lib.rs" [[bin]] name = "fd" path = "src/main.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.4.13" features = [ "suggestions", "color", "wrap_help", "cargo", "derive", ] [dependencies.clap_complete] version = "4.4.9" optional = true [dependencies.crossbeam-channel] version = "0.5.12" [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.indicatif] version = "0.17.8" [dependencies.lscolors] version = "0.17" 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.3" [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.28.0" features = [ "signal", "user", ] default-features = false [badges.appveyor] repository = "zhangw/fd" [badges.travis-ci] repository = "zhangw/fd"