Cargo Features

[dependencies]
audio-blocks = { version = "0.1.0", default-features = false, features = ["std", "alloc", "rtsan"] }
default = std

The std feature is set by default whenever audio-blocks is added without default-features = false somewhere in the dependency tree.

std default
alloc
rtsan

Enables enable of rtsan-standalone

audio-blocks has 4 features without comments.