Cargo Features

[dependencies]
cargo-bundle-licenses = { version = "2.0.0", default-features = false, features = ["binary-dependencies"] }
default = binary-dependencies

The binary-dependencies feature is set by default whenever cargo-bundle-licenses is added without default-features = false somewhere in the dependency tree.

binary-dependencies default = anyhow, env_logger, git-version, structopt

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.

anyhow binary-dependencies
env_logger binary-dependencies

Enables env_logger ^0.10.0

git-version binary-dependencies
structopt binary-dependencies