maili-protocol 0.1.8

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

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

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

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

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

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

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

[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.derive_more]
default-features = false
features = ["from", "as_ref"]
version = "1.0.0"

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

[dependencies.miniz_oxide]
version = "0.8.2"

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

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

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

[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.9"

[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.8.5"

[dev-dependencies.revm]
version = "19.2.0"

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

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

[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", "alloy-sol-types/std", "derive_more/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.1.8"