ethbridge-events 0.24.1

Namada Ethereum bridge Rust compatible types
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 = "ethbridge-events"
version = "0.24.1"
authors = ["Heliax AG <hello@heliax.dev>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Namada Ethereum bridge Rust compatible types"
readme = "README.md"
keywords = [
    "namada",
    "eth",
    "ethereum",
    "bridge",
    "types",
]
categories = [
    "cryptography::cryptocurrencies",
    "data-structures",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/anoma/ethbridge-rs"

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

[dependencies.ethbridge-bridge-events]
version = "0.24"
features = ["ethers-derive"]

[dependencies.ethers]
version = "2.0.0"
optional = false

[features]