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?

Enables nalgebra ^0.32

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

simba na?

Enables simba ^0.8

cgmath implicit feature

Enables cgmath

cgmath:

A linear algebra and mathematics library for computer graphics