Cargo Features

[dependencies]
d7sneakers = { version = "0.3.1", default-features = false, features = ["binary-build"] }
default = binary-build

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

binary-build default = clap, pretty_env_logger

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 binary-build

Enables clap ^3.0.14

pretty_env_logger binary-build

Enables pretty_env_logger ^0.4.0