Cargo Features

[dependencies]
cge = { version = "0.1.1", default-features = false, features = ["json"] }
default = json, serde

These default features are set whenever cge is added without default-features = false somewhere in the dependency tree.

json default = serde, serde_json

Support for de/serialization from/to JSON

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.

serde_json json
serde default json

Affects cge::encoding