Cargo Features

[dependencies]
glossa-codegen = { version = "0.0.1-alpha.5", default-features = false, features = ["yaml", "json", "ron", "toml", "highlight"] }
default = yaml

The yaml feature is set by default whenever glossa-codegen is added without default-features = false somewhere in the dependency tree.

yaml default

Enables serde_yaml

json

Enables serde_json

ron

Enables ron

toml

Enables toml ^0.7.4

highlight

Enables hlight

Affects glossa-codegen::highlight