Cargo Features

[dependencies]
lookup-tables = { version = "0.1.0", default-features = false, features = ["ndarray"] }
default = ndarray

The ndarray feature is set by default whenever lookup-tables is added without default-features = false somewhere in the dependency tree.

ndarray default

Enables ndarray

lookup-tables has 2 features without comments.