Cargo Features

[dependencies]
elementwise = { version = "0.3.2", default-features = false, features = ["arithmetic", "logical", "ndarray"] }
default = arithmetic

The arithmetic feature is set by default whenever elementwise is added without default-features = false somewhere in the dependency tree.

arithmetic default

Affects elementwise::arithmetic

logical

Affects elementwise::logical

Features from optional dependencies

ndarray implicit feature

Enables ndarray ^0.12