Cargo Features

[dependencies]
pipebuf = { version = "0.3.1", default-features = false, features = ["std", "alloc", "static"] }
default = std

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

std default
alloc
static

PipeBuf has 4 features without comments.