Cargo Features

bevy_auto_plugin_nightly_proc_macros has no features set by default.

[dependencies]
bevy_auto_plugin_nightly_proc_macros = { version = "0.1.0", features = ["log_plugin_build", "nightly_proc_macro_span", "missing_auto_plugin_check", "missing_auto_plugin_is_compile_error", "missing_auto_plugin_is_error", "missing_auto_plugin_is_warning"] }
log_plugin_build = log
nightly_proc_macro_span

Enables nightly_proc_macro_span of bevy_auto_plugin_nightly_shared

missing_auto_plugin_check missing_auto_plugin…compile_error? missing_auto_plugin_is_error? missing_auto_plugin_is_warning?
missing_auto_plugin_is_compile_error = missing_auto_plugin_check
missing_auto_plugin_is_error = log, missing_auto_plugin_check
missing_auto_plugin_is_warning = log, missing_auto_plugin_check

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.

log log_plugin_build? missing_auto_plugin_is_error? missing_auto_plugin_is_warning?