Cargo Features

[dependencies]
fflonk = { version = "0.30.13", default-features = false, features = ["sanity", "allocator"] }
default = franklin-crypto

The franklin-crypto feature is set by default whenever fflonk is added without default-features = false somewhere in the dependency tree.

sanity
allocator

Enables allocator of franklin-crypto

Affects fflonk::FflonkAssembly

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.

franklin-crypto default allocator?