Cargo Features

[dependencies]
bevy_assets_bundler = { version = "0.6.0", default-features = false, features = ["encryption"] }
default = encryption

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

encryption default = aes, block-modes

Affects bundled_asset_options::AssetBundlingOptions.encryption_on, bundled_asset_options::AssetBundlingOptions.encryption_key

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.

aes encryption

Enables aes ^0.7

encryption

block-modes encryption

Enables block-modes ^0.8