Cargo Features

synedrion has no features set by default.

[dependencies]
synedrion = { version = "0.1.0", features = ["bench-internals"] }
bench-internals = itertools

makes some internal functions public to allow external benchmarks

Affects cggmp21::benches

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.

itertools bench-internals?

Enables itertools ^0.11