Cargo Features

rust_eth_kzg has no features set by default.

[dependencies]
rust_eth_kzg = { version = "0.6.0", features = ["singlethreaded", "multithreaded", "tracing"] }
singlethreaded

Enables singlethreaded of crate_crypto_kzg_multi_open_fk20

multithreaded = rayon

Enables multithreaded of crate_crypto_kzg_multi_open_fk20

tracing

Enables tracing, tracing of crate_crypto_internal_eth_kzg_bls12_381 and crate_crypto_kzg_multi_open_fk20

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.

rayon multithreaded?