txdecode 0.1.0

A blazingly fast Ethereum transaction decoder CLI built with Alloy
[[bin]]
name = "txdecode"
path = "src/main.rs"

[dependencies.alloy]
features = ["full", "provider-http"]
version = "1.1.1"

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

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.52"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.comfy-table]
version = "7.2.1"

[dependencies.eyre]
version = "0.6.12"

[dependencies.reqwest]
features = ["json"]
version = "0.12.24"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[package]
authors = ["s3bc40 <s3bc40@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
description = "A blazingly fast Ethereum transaction decoder CLI built with Alloy"
edition = "2024"
keywords = ["ethereum", "blockchain", "decoder", "cli", "alloy"]
license = "MIT"
name = "txdecode"
readme = "README.md"
repository = "https://github.com/s3bc40/txdecode"
version = "0.1.0"