Cargo Features

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

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

std default arbitrary?

Enables std of brotli

Compression

and std of maili-consensus and maili-genesis

maili-consensus:

Workspace

serde default

Enables alloy-serde, serde of maili-consensus and maili-genesis and serde

serde feature

arbitrary = std

Enables arbitrary of alloy-consensus and alloy-eips, arbitrary of maili-consensus and maili-genesis and arbitrary

arbitrary feature

and arbitrary and rand of alloy-primitives

Alloy

test-utils

Enables spin and tracing-subscriber

spin:

test-utils feature