Cargo Features

[dependencies]
acme = { version = "0.3.1", default-features = false, features = ["std", "full", "core", "derive", "graph", "io", "macros", "serde", "tensor", "trace"] }
default = core, tensor

These default features are set whenever acme is added without default-features = false somewhere in the dependency tree.

std

Enables std of acme-core and acme-tensor

full = core, derive, graph, serde, tensor, trace
core default full?
derive full? = macros

Enables acme-derive

graph full?

Enables acme-graphs

io

Enables io of acme-tensor

macros derive?

Enables acme-macros

serde full?

Enables serde of acme-core, acme-graphs, and acme-tensor

tensor default full?

Enables acme-tensor

trace full?

Enables trace of acme-core and acme-graphs

Acme has 11 features without comments.