agglayer-interop 0.18.0

agglayer-interop contains all the shared structs and traits used in agglayer protocol.
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"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "agglayer-interop contains all the shared structs and traits used in agglayer protocol."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/agglayer/interop"

[features]
default = []
grpc = ["dep:agglayer-interop-grpc-types"]
grpc-compat = [
    "grpc",
    "agglayer-interop-grpc-types/compat",
]
testutils = ["agglayer-interop-types/testutils"]

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

[dependencies.agglayer-interop-grpc-types]
version = "0.18.0"
optional = true

[dependencies.agglayer-interop-types]
version = "0.18.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(feature, values("cargo-clippy"))',
    "cfg(fuzzing)",
]