Cargo Features

concrete-integer has no features set by default.

[dependencies]
concrete-integer = { version = "0.1.1", features = ["internal-keycache", "nightly-avx512"] }
internal-keycache = lazy_static

Keychache used to speed up tests and benches
by not requiring to regererate keys at each launch

Enables internal-keycache of concrete-shortint

nightly-avx512

Enables nightly-avx512 of concrete-shortint

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.

lazy_static internal-keycache?

Enables lazy_static

lazy_static is used for the keycache.
It is both a deps to allow usage in bench in integer crate and dev-deps to automatically enable it in tests