Cargo Features
[dependencies]
goofy-animals = { version = "0.0.2", default-features = false, features = ["std", "alloc", "examples", "tracing"] }
- default = alloc
-
The
alloc
feature is set by default whenevergoofy-animals
is added without
somewhere in the dependency tree.default-features = false - std tracing? = alloc
- alloc default examples? std?
-
Affects
goofy-animals::generate_name
… - examples = alloc
-
Enables rand_chacha ^0.3.1, getrandom of rand ^0.8
Required by the goofy-animal binary
- tracing = std
-
Enables tracing