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 default-features = false somewhere in the dependency tree.

std default arbitrary?

Enables std of thiserror

Misc

and std of alloy-consensus, alloy-eips, alloy-primitives, alloy-rlp, alloy-sol-types, and derive_more

alloy-rlp:

Alloy

and std of optional serde

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