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 whenever ra2-mix is added without default-features = false somewhere in the dependency tree.

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