Cargo Features

[dependencies]
into-sorted = { version = "0.0.3", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

IntoSorted has 2 features without comments.