[package] name = "erc20" version = "0.1.1" authors = ["Rodolfo Araujo "] edition = "2018" license-file = "LICENSE" description = "A simple implementation for parsing ERC20 transactions from the blockchain" repository = "https://github.com/rodoufu/erc20" readme = "README.md" keywords = ["blockchain", "ethereum", "transaction", "transfer", "web3"] categories = ["parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4" maplit = "1.0" serde = { version = "1.0", features = ["derive"] } web3 = "0.13"