Cargo Features

[dependencies]
maili-registry = { version = "0.2.8", default-features = false, features = ["std", "map-hashbrown", "map-foldhash"] }
default = map-foldhash, std

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

std default

Enables std of alloy-primitives

Alloy

and std of maili-genesis

Workspace

and std of serde and serde_json

serde:

serde

map-hashbrown

Enables map-hashbrown of alloy-primitives

map-foldhash default

Enables map-foldhash of alloy-primitives