Cargo Features

[dependencies]
mwa_giant_squid = { version = "0.4.0", default-features = false, features = ["bin"] }
default = bin

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

bin default = anyhow, simplelog, structopt

Required by the giant-squid 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 bin

Enables anyhow

Dependencies only for the binary.

simplelog bin

Enables simplelog ^0.10.0

structopt bin