Cargo Features

[dependencies]
oxygengine-ignite-derive = { version = "0.30.0", default-features = false, features = ["full", "target-yaml", "target-json", "target-ron", "target-binary", "pretty"] }
default = target-yaml

The target-yaml feature is set by default whenever oxygengine-ignite-derive is added without default-features = false somewhere in the dependency tree.

full = target-binary, target-json, target-ron, target-yaml
target-yaml default full? = serde_yaml
target-json full? = serde_json
target-ron full? = ron
target-binary full? = bincode
pretty

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_yaml target-yaml
serde_json target-json?
bincode target-binary?
ron target-ron?