Cargo Features

[dependencies]
fd-find = { version = "9.0.0", default-features = false, features = ["use-jemalloc", "completions", "base"] }
default = completions, use-jemalloc

These default features are set whenever fd-find is added without default-features = false somewhere in the dependency tree.

use-jemalloc default base? = jemallocator
completions default = clap_complete
base = use-jemalloc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap_complete completions
jemallocator not win not android not mac not freebsd not openbsd not musl not 32-bit not riscv64 use-jemalloc