Cargo Features

[dependencies]
bevy_stardust = { version = "0.5.1", default-features = false, features = ["reflect", "hashing"] }
default = reflect

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

reflect default hashing?

Affects id::Channel, registry::ChannelData.type_path, direction::DirectionType

hashing = reflect

Enables gxhash =3.0.0

3.1 is broken, remove this bound when it's fixed

Affects bevy_stardust::hashing