Cargo Features

bevy_auto_plugin has no features set by default.

[dependencies]
bevy_auto_plugin = { version = "0.1.0", features = ["stable", "nightly", "nightly_proc_macro_span", "log_plugin_build", "missing_auto_plugin_is_compile_error", "missing_auto_plugin_is_error", "missing_auto_plugin_is_warning"] }
stable

unused (CI)

nightly = nightly_proc_macro_span

nightly - optional

nightly_proc_macro_span nightly?

Enables nightly_proc_macro_span of bevy_auto_plugin_nightly_proc_macros

log_plugin_build

nightly - optional extras

Enables log_plugin_build of bevy_auto_plugin_nightly_proc_macros

missing_auto_plugin_is_compile_error

Enables missing_auto_plugin…compile_error of bevy_auto_plugin_nightly_proc_macros

missing_auto_plugin_is_error

Enables missing_auto_plugin_is_error of bevy_auto_plugin_nightly_proc_macros

missing_auto_plugin_is_warning

Enables missing_auto_plugin_is_warning of bevy_auto_plugin_nightly_proc_macros

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_auto_plugin_nightly_proc_macros log_plugin_build? missing_auto_plugin…compile_error? missing_auto_plugin_is_error? missing_auto_plugin_is_warning? nightly_proc_macro_span?