Cargo Features
[dependencies]
fflonk = { version = "0.32.8", default-features = false, features = ["sanity", "allocator"] }
- default = franklin-crypto
-
The
franklin-cryptofeature is set by default wheneverfflonkis added withoutsomewhere in the dependency tree.default-features = false - 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?