Cargo Features

[dependencies]
yadf = { version = "1.2.0", default-features = false, features = ["build-bin"] }
default = build-bin

The build-bin feature is set by default whenever yadf is added without default-features = false somewhere in the dependency tree.

build-bin default = ahash, anyhow, atty, 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
atty build-bin
byte-unit build-bin
clap build-bin
clap-verbosity-flag build-bin
csv build-bin
env_logger build-bin
highway build-bin
human-panic build-bin

Enables human-panic ^1.0.3

metrohash build-bin
seahash build-bin
serde_json build-bin
twox-hash build-bin