ethers-rs/crates/ethers-abi/Cargo.toml

17 lines
444 B
TOML
Raw Normal View History

2020-05-26 09:37:31 +00:00
[package]
name = "ethers-abi"
version = "0.1.0"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018"
[dependencies]
2020-05-27 12:03:31 +00:00
ethers-types = { version = "0.1.0", path = "../ethers-types" }
ethers-utils = { version = "0.1.0", path = "../ethers-utils" }
2020-05-26 10:37:17 +00:00
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 }