Cargo Features

[dependencies]
bevy_remote = { version = "0.17.3", default-features = false, features = ["http", "bevy_asset"] }
default = bevy_asset, http

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

http default

Enables async-io, smol-hyper and async-io of bevy_tasks

bevy_tasks:

Use async-io's implementation of block_on instead of futures-lite's implementation.
This is preferred if your application uses async-io.

Affects bevy_remote::http

bevy_asset default

Enables bevy_asset