2020-05-26 09:37:31 +00:00
|
|
|
[package]
|
|
|
|
name = "ethers-abi"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-05-26 10:37:17 +00:00
|
|
|
ethers-types = { path = "../ethers-types" }
|
|
|
|
ethers-utils = { path = "../ethers-utils" }
|
|
|
|
|
|
|
|
ethabi = "12.0.0"
|
|
|
|
arrayvec = "0.5.1"
|
|
|
|
thiserror = { version = "1.0.19", default-features = false }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
serde_json = { version = "1.0.53", default-features = false }
|