Cargo Features
[dependencies]
alloy-rpc-types-engine = { version = "1.5.2", default-features = false, features = ["std", "serde", "jwt", "jsonrpsee-types", "ssz", "kzg", "arbitrary"] }
- default = jwt, serde, std
-
These default features are set whenever
alloy-rpc-types-engineis added withoutsomewhere in the dependency tree.default-features = false - std default arbitrary? jwt ssz?
-
Enables std of alloy-consensus, alloy-eips, alloy-primitives, and alloy-rlp
alloy-rlp:
ethereum
and std of optional alloy-serde
serde
and std of derive_more, strum, and optional serde
derive_more:
misc
- serde default
-
Enables serde, alloy-consensus, alloy-eips, alloy-primitives, and alloy-serde and serde of optional rand ^0.8
jwt
- jwt default = std
-
Enables jsonwebtoken ^9.3.0 and rand ^0.8
- jsonrpsee-types
-
Enables jsonrpsee-types ^0.25
jsonrpsee
- ssz = std
-
Enables ethereum_ssz ^0.9 and ethereum_ssz_derive ^0.9, ssz of alloy-eips
- kzg
-
Enables kzg of alloy-consensus and alloy-eips
- arbitrary = std
-
Enables arbitrary, arbitrary of alloy-consensus, alloy-eips, alloy-primitives, and alloy-serde