Cargo Features

[dependencies]
maili-registry = { version = "0.1.6", 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 maili-genesis and serde_json

maili-genesis:

Workspace

map-hashbrown

Enables map-hashbrown of alloy-primitives

Alloy

map-foldhash default

Enables map-foldhash of alloy-primitives