Cargo Features
[dependencies]
wowsunpack = { version = "0.4.0", default-features = false, features = ["arc", "json", "bin", "cbor"] }
- default = bin
-
The
bin
feature is set by default wheneverwowsunpack
is added without
somewhere in the dependency tree.default-features = false - arc
-
Affects
wowsunpack::Rc
… - json bin
-
Enables serde_json
Affects
json::read_game_params_as_json
… - bin default = json
-
Enables clap, csv, eyre, glob, and rayon
Required by the binary
- cbor
-
Enables serde_cbor
Affects
cbor::pickle_to_cbor
,cbor::read_game_params_as_cbor
…