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 wheneverfflonk
is added without
somewhere 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?