Cargo Features
[dependencies]
gamedig_cli = { version = "0.2.0", default-features = false, features = ["packet_capture", "bson", "json", "xml", "browser"] }
- default = browser, bson, json, xml
-
These default features are set whenever
gamedig_cli
is added without
somewhere in the dependency tree.default-features = false - packet_capture
-
Tools
Enables packet_capture of gamedig
- bson default
-
Output formats
Enables serde of gamedig and base64 and bson
bson:
BSON
serde:
Feature Dependencies
Serialization / Deserialization - json default
-
Enables serde of gamedig and serde and serde_json
serde_json:
JSON
- xml default
-
Enables quick-xml, serde, and serde_json
quick-xml:
XML
gamedig:
Enable serde derivations for our types
- browser default
-
Misc
Enables webbrowser
Browser