Cargo Features
[dependencies]
linera-alloy-eips = { version = "0.1.0", default-features = false, features = ["std", "serde", "kzg", "ssz", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverlinera-alloy-eips
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary? ssz?
-
Enables std of alloy-rlp, optional c-kzg ^1.0, linera-alloy-primitives, optional once_cell, and optional serde
once_cell:
Enables
once_cell::sync
module. - serde
-
Enables serde, serde of linera-alloy-primitives and optional c-kzg ^1.0
- kzg
-
Enables c-kzg ^1.0, derive_more ^0.99.17, and once_cell
Affects
eip4844::env_settings
,eip4844::trusted_setup_points
,sidecar::BlobTransactionValidationError
… - ssz = std
-
Enables ethereum_ssz ^0.5 and ethereum_ssz_derive ^0.5, ssz of linera-alloy-primitives
- arbitrary = std
-
Enables arbitrary, proptest and proptest-derive ^0.4, arbitrary of linera-alloy-primitives