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 wheneveroxygengine-ignite-derive
is added without
somewhere in the dependency tree.default-features = false - 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.