chainerrors-evm 0.1.0

EVM revert/panic/custom error decoder — built on alloy-rs
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 = "chainerrors-evm"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM revert/panic/custom error decoder — built on alloy-rs"
readme = "README.md"
keywords = [
    "ethereum",
    "evm",
    "error",
    "revert",
    "solidity",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"

[features]
default = []
fourbyte = [
    "dep:reqwest",
    "dep:tokio",
]

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

[[test]]
name = "golden"
path = "tests/golden.rs"

[dependencies.alloy-core]
version = "0.8"
features = ["dyn-abi"]

[dependencies.alloy-json-abi]
version = "0.8"

[dependencies.alloy-primitives]
version = "0.8"

[dependencies.chainerrors-core]
version = "0.1.0"

[dependencies.hex]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tiny-keccak]
version = "2"
features = ["keccak"]

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.hex]
version = "0.4"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]