Cargo Features

[dependencies]
cell-grid = { version = "0.1.5", default-features = false, features = ["std", "aline", "aline-v01"] }
default = std

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

std default
aline aline-v01?

Enables aline

aline-v01 = aline

cell-grid has 4 features without comments.