Cargo Features

[dependencies]
linera-alloy-consensus = { version = "0.1.0", default-features = false, features = ["std", "k256", "kzg", "serde", "arbitrary"] }
default = std

The std feature is set by default whenever linera-alloy-consensus is added without default-features = false somewhere in the dependency tree.

std default arbitrary? kzg?

Enables std of optional c-kzg ^1.0 and linera-alloy-eips

c-kzg:

kzg

k256

Enables k256 of linera-alloy-primitives

kzg = std

Enables c-kzg ^1.0, kzg of linera-alloy-eips

serde

Enables linera-alloy-serde and serde, serde of linera-alloy-eips and linera-alloy-primitives

arbitrary = std

Enables arbitrary, proptest and proptest-derive ^0.4, arbitrary of linera-alloy-eips