Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
bevy_utils = { version = "0.17.1", default-features = false, features = ["parallel", "std", "debug"] }
default = parallel

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

parallel default

Provides access to the Parallel type.

Enables thread_local, std of bevy_platform

std

Enables alloc of disqualified

debug

Enables alloc of bevy_platform

bevy_platform:

Allows access to the alloc crate.