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 wheneversweet_utils
is added without
somewhere in the dependency tree.default-features = false - 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.