# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ethabi-fork-ethcontract" version = "13.0.0" authors = ["Parity Technologies ", "Artem Vorotnikov ", "Nicholas Rodrigues Lordello "] description = "Fork of the original ethabi crate with some fixes applied for use in ethcontract." homepage = "https://github.com/rust-ethereum/ethabi" license = "Apache-2.0" [dependencies.anyhow] version = "1" [dependencies.ethereum-types] version = "0.10.0" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.uint] version = "0.9.0" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.paste] version = "1"