Cargo Features

[dependencies]
mutringbuf = { version = "0.3.0", default-features = false, features = ["alloc", "async"] }
default = alloc

The alloc feature is set by default whenever mutringbuf is added without default-features = false somewhere in the dependency tree.

alloc default
async

MutRingBuf has 3 features without comments.