Cargo Features

[dependencies]
vleue_sentry = { version = "0.1.0-rc.1", default-features = false, features = ["subcrates", "bevy"] }
default = bevy

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

subcrates = bevy_app, bevy_log, bevy_utils

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 default
bevy_app subcrates?
bevy_log subcrates?
bevy_utils subcrates?