agglayer-interop-types 0.18.0

agglayer-interop-types contains structs and traits for the interoperability layer of agglayer.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "agglayer-interop-types"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "agglayer-interop-types contains structs and traits for the interoperability layer of agglayer."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/agglayer/interop"

[features]
default = []
testutils = [
    "dep:arbitrary",
    "unified-bridge/testutils",
]

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

[dependencies.agglayer-bincode]
version = "0.18.0"

[dependencies.agglayer-primitives]
version = "0.18.0"

[dependencies.agglayer-tries]
version = "0.18.0"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.unified-bridge]
version = "0.18.0"

[dev-dependencies.insta]
version = "1.44"
features = [
    "toml",
    "yaml",
    "json",
]

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

[dev-dependencies.serde_json]
version = "1.0"