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

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