Cargo Features

[dependencies]
statig = { version = "0.3.0", default-features = false, features = ["std", "macro", "serde", "bevy", "async"] }
default = macro

The macro feature is set by default whenever statig is added without default-features = false somewhere in the dependency tree.

std async?
macro default = statig_macro
serde

Enables serde

bevy

Enables bevy_ecs ^0.9.1

async = std

Affects statig::awaitable

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.

statig_macro macro