Cargo Features

[dependencies]
tmaze = { version = "1.15.1", default-features = false, features = ["hashbrown", "updates", "sound"] }
default = hashbrown, sound, updates

These default features are set whenever tmaze is added without default-features = false somewhere in the dependency tree.

hashbrown default

Enables hashbrown of cmaze

updates default

Enables crates_io_api, semver, and tokio

crates_io_api:

optional

Affects tmaze::updates

sound default

Enables rodio

Affects tmaze::sound