Cargo Features
[dependencies]
op-alloy-rpc-types = { version = "0.6.8", default-features = false, features = ["std", "k256", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverop-alloy-rpc-types
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
-
Enables std of alloy-eips, alloy-network-primitives, alloy-primitives, and alloy-rpc-types-eth
- k256
-
Enables k256 of alloy-rpc-types-eth and op-alloy-consensus
op-alloy-consensus:
Workspace
- arbitrary = std
-
Enables arbitrary, arbitrary of op-alloy-consensus, arbitrary of alloy-primitives and alloy-rpc-types-eth