Cargo Features

[dependencies]
rantz_camera2d = { version = "0.5.0", default-features = false, features = ["bevy_render", "bevy_core_pipeline"] }
default = bevy_core_pipeline, bevy_render

These default features are set whenever rantz_camera2d is added without default-features = false somewhere in the dependency tree.

bevy_render default

Enables bevy_render of bevy

bevy:

Provides rendering functionality

bevy_core_pipeline default

Enables bevy_core_pipeline of bevy

bevy:

Provides cameras and other basic render pipeline features

rantz_camera2d has 3 features without comments.