Cargo Features

[dependencies]
wowsunpack = { version = "0.1.6", default-features = false, features = ["arc", "bin"] }
default = bin

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

arc

Affects wowsunpack::Rc

bin default = clap, csv, eyre, glob

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.

clap bin
eyre bin
csv bin
glob bin