Cargo Features

underworld_core has no features set by default.

[dependencies]
underworld_core = { version = "0.6.3", features = ["bevy_components", "serialization", "json", "openapi"] }
bevy_components = bevy_ecs
serialization = serde
json = serde_json
openapi = poem-openapi

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.

bevy_ecs bevy_components?

Enables bevy_ecs ^0.9

serde serialization?
serde_json json?
poem-openapi openapi?

Enables poem-openapi ^2.0