Cargo Features

[dependencies]
autodiff = { version = "0.7.0", default-features = false, features = ["na", "cwise", "bytemuck", "cgmath"] }
default = cwise

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

na = approx, nalgebra, simba
cwise default

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

approx na?
nalgebra na?
bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

simba na?
cgmath implicit feature

Enables cgmath

cgmath:

A linear algebra and mathematics library for computer graphics