[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)",
]