[package]
edition = "2021"
name = "chaincodec-evm"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM ABI decoder for ChainCodec — built on alloy-rs"
homepage = "https://github.com/DarshanKumar89/chainkit/tree/main/chaincodec"
documentation = "https://docs.rs/chaincodec-evm"
readme = "README.md"
keywords = [
"ethereum",
"evm",
"abi",
"chaincodec",
"web3",
]
categories = [
"cryptography::cryptocurrencies",
"encoding",
]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"
[lib]
name = "chaincodec_evm"
path = "src/lib.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"
[dependencies.alloy-core]
version = "0.8"
features = ["dyn-abi"]
[dependencies.alloy-dyn-abi]
version = "0.8"
[dependencies.alloy-json-abi]
version = "0.8"
[dependencies.alloy-primitives]
version = "0.8"
[dependencies.chaincodec-core]
version = "0.1.2"
[dependencies.hex]
version = "0.4"
[dependencies.rayon]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tiny-keccak]
version = "2"
features = ["keccak"]
[dev-dependencies.chaincodec-registry]
version = "0.1.2"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = ["full"]