Cargo Features
[dependencies]
yadf = { version = "1.3.0", default-features = false, features = ["build-bin"] }
- default = build-bin
-
The
build-bin
feature is set by default wheneveryadf
is added without
somewhere in the dependency tree.default-features = false - build-bin default = ahash, anyhow, byte-unit, clap, clap-verbosity-flag, csv, env_logger, highway, human-panic, metrohash, seahash, serde_json, twox-hash
-
Required by the binary
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.
- ahash build-bin
-
Enables ahash
binary dependencies
- anyhow build-bin
- byte-unit build-bin
- clap build-bin
- clap-verbosity-flag build-bin
-
Enables clap-verbosity-flag ^2.1.1
- csv build-bin
- env_logger build-bin
- highway build-bin
- human-panic build-bin
- metrohash build-bin
- seahash build-bin
- serde_json build-bin
- twox-hash build-bin
-
Enables twox-hash ^1.5.0