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