Cargo Features

[dependencies]
sweet_utils = { version = "0.4.0", default-features = false, features = ["serde", "bevy", "tokio", "rand"] }
default = serde

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

serde default

Enables serde

bevy

Enables bevy

tokio

Enables tokio

rand

Enables getrandom ^0.2.15, rand ^0.8.5, and rand_chacha ^0.3.1

sweet_utils has 5 features without comments.