# 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 = "2018" name = "ethereum_abi" version = "0.4.0" authors = ["Felipe Rosa "] description = "Ethereum Smart Contract ABI parsing library" documentation = "https://docs.rs/ethereum_abi" readme = "README.md" keywords = ["abi", "ethereum", "solidity", "web3"] license = "MIT" repository = "https://github.com/FelipeRosa/rust-ethereum-abi" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.ethereum-types] version = "0.13.1" features = ["std"] default-features = false [dependencies.hex] version = "0.4" features = ["std"] default-features = false [dependencies.nom] version = "7.0" features = ["std"] default-features = false [dependencies.regex] version = "1.5" features = ["std"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] default-features = false [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.rand] version = "0.8"