Cargo Features

[dependencies]
ranges-ext = { version = "0.6.1", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

ranges-ext has 2 features without comments.