abi2human 1.0.3

Zero-dependency CLI tool to convert Ethereum ABI JSON to human-readable format
[[bin]]
name = "abi2human"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "cryptography::cryptocurrencies"]
description = "Zero-dependency CLI tool to convert Ethereum ABI JSON to human-readable format"
documentation = "https://docs.rs/abi2human"
edition = "2021"
exclude = ["tests/*", ".github/*", "examples/*"]
homepage = "https://github.com/yourusername/abi2human-rs"
keywords = ["ethereum", "abi", "converter", "cli", "blockchain"]
license = "MIT OR Apache-2.0"
name = "abi2human"
readme = "README.md"
repository = "https://github.com/yourusername/abi2human-rs"
version = "1.0.3"