Cargo Features

[dependencies]
tmaze = { version = "1.14.4", 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 ^0.8.1, semver, and tokio

crates_io_api:

optional

Affects tmaze::updates

sound default

Enables rodio ^0.17.3

Affects tmaze::sound