Cargo Features
[dependencies]
op-alloy-rpc-types = { version = "0.5.2", default-features = false, features = ["std", "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
- arbitrary = std
-
Enables arbitrary, arbitrary of alloy-primitives and alloy-rpc-types-eth
op-alloy-rpc-types has 3 features without comments.