Cargo Features

[dependencies]
maili-genesis = { version = "0.1.6", default-features = false, features = ["std", "serde", "arbitrary"] }
default = serde, std

These default features are set whenever maili-genesis is added without default-features = false somewhere in the dependency tree.

std default arbitrary?

Enables std of alloy-consensus, alloy-eips, alloy-primitives, and alloy-sol-types

alloy-sol-types:

Alloy

serde default

Enables serde of alloy-consensus, alloy-eips, and alloy-primitives and serde and serde_repr

serde:

serde feature

arbitrary = std

Enables arbitrary and rand of alloy-primitives, arbitrary of alloy-consensus and alloy-eips and arbitrary

arbitrary feature