Cargo Features
[dependencies]
ra2-mix = { version = "0.0.2", default-features = false, features = ["toml", "serde", "serde_json"] }
- default = toml
-
The
toml
feature is set by default wheneverra2-mix
is added without
somewhere in the dependency tree.default-features = false - toml default
-
Enables toml ^0.5, toml of ra2-types ^0.0.1
Features from optional dependencies
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- serde_json implicit feature
-
Enables serde_json
serde_json:
A JSON serialization file format
Affects
reader::load_global_mix_database
…