Cargo Features

[dependencies]
line-span = { version = "0.1.5", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

LineSpan has 2 features without comments.