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