--- fd-find-8.7.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ fd-find-8.7.0/Cargo.toml 2023-04-19T14:25:00.184230+00:00 @@ -63,7 +63,6 @@ "color", "wrap_help", "cargo", - "unstable-grouped", "derive", ] @@ -131,17 +130,9 @@ version = "0.9" [features] -base = ["use-jemalloc"] +base = [] 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(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))".dependencies.jemallocator] -version = "0.5.0" -optional = true +default = ["completions"] [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc] version = "0.2"