maili-protocol 0.2.4

Optimism protocol-specific types
Documentation
[dependencies.alloc-no-stdlib]
version = "2.0.4"

[dependencies.alloy-consensus]
default-features = false
version = "0.11.0"

[dependencies.alloy-eips]
default-features = false
version = "0.11.0"

[dependencies.alloy-primitives]
default-features = false
features = ["map"]
version = "0.8.18"

[dependencies.alloy-rlp]
default-features = false
version = "0.3.11"

[dependencies.alloy-serde]
default-features = false
optional = true
version = "0.11.0"

[dependencies.arbitrary]
features = ["derive", "derive"]
optional = true
version = "1.4.1"

[dependencies.async-trait]
version = "0.1.85"

[dependencies.brotli]
default-features = false
version = "7.0.0"

[dependencies.maili-genesis]
default-features = false
version = "0.2.4"

[dependencies.miniz_oxide]
version = "0.8.3"

[dependencies.op-alloy-consensus]
default-features = false
version = "0.10.3"

[dependencies.op-alloy-flz]
default-features = false
version = "0.10.3"

[dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.9.0"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0.217"

[dependencies.spin]
features = ["mutex"]
optional = true
version = "0.9.8"

[dependencies.thiserror]
default-features = false
version = "2.0.11"

[dependencies.tracing]
default-features = false
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["fmt"]
optional = true
version = "0.3.19"

[dependencies.unsigned-varint]
version = "0.8.0"

[dev-dependencies.alloy-primitives]
default-features = false
features = ["arbitrary"]
version = "0.8.18"

[dev-dependencies.alloy-sol-types]
default-features = false
version = "0.8.18"

[dev-dependencies.arbitrary]
features = ["derive", "derive"]
version = "1.4.1"

[dev-dependencies.brotli]
default-features = false
features = ["std"]
version = "7.0.0"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.9.0"

[dev-dependencies.revm]
default-features = false
version = "19.4.0"

[dev-dependencies.rstest]
version = "0.24.0"

[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0.138"

[dev-dependencies.spin]
features = ["mutex"]
version = "0.9.8"

[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dev-dependencies.tracing-subscriber]
features = ["fmt"]
version = "0.3.19"

[[example]]
name = "batch_to_frames"
path = "examples/batch_to_frames.rs"

[[example]]
name = "frames_to_batch"
path = "examples/frames_to_batch.rs"

[features]
arbitrary = ["std", "dep:arbitrary", "maili-genesis/arbitrary", "op-alloy-consensus/arbitrary", "alloy-consensus/arbitrary", "alloy-eips/arbitrary", "alloy-primitives/rand", "alloy-primitives/arbitrary"]
default = ["serde", "std"]
serde = ["dep:serde", "dep:alloy-serde", "maili-genesis/serde", "op-alloy-consensus/serde", "alloy-consensus/serde", "alloy-eips/serde", "alloy-primitives/serde", "tracing-subscriber?/serde"]
std = ["maili-genesis/std", "op-alloy-consensus/std", "brotli/std", "alloy-consensus/std", "alloy-primitives/std", "alloy-rlp/std", "alloy-serde?/std", "miniz_oxide/std", "thiserror/std", "unsigned-varint/std"]
test-utils = ["dep:spin", "dep:tracing-subscriber"]

[lib]
name = "maili_protocol"
path = "src/lib.rs"

[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"

[lints.rustdoc]
all = "warn"

[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Optimism protocol-specific types"
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/op-rs/maili"
license = "MIT OR Apache-2.0"
name = "maili-protocol"
readme = "README.md"
repository = "https://github.com/op-rs/maili"
rust-version = "1.81"
version = "0.2.4"