Cargo Features
[dependencies]
maili-interop = { version = "0.2.0", default-features = false, features = ["std", "serde", "arbitrary"] }
- default = serde, std
-
These default features are set whenever
maili-interop
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
-
Misc
and std of alloy-consensus, alloy-eips, alloy-primitives, alloy-rlp, alloy-sol-types, and derive_more
alloy-rlp:
Alloy
serde
feature - serde default
-
Enables serde, serde of alloy-consensus, alloy-eips, and alloy-primitives
- arbitrary = std
-
Enables arbitrary and rand of alloy-primitives, arbitrary of alloy-consensus and alloy-eips and arbitrary
arbitrary
feature