[package] name = "ethers-contract" version = "0.1.0" authors = ["Georgios Konstantopoulos "] edition = "2018" [dependencies] ethers-abi = { path = "../ethers-abi" } ethers-providers = { path = "../ethers-providers" } ethers-signers = { path = "../ethers-signers" } ethers-types = { path = "../ethers-types" } serde = { version = "1.0.110", default-features = false } rustc-hex = { version = "2.1.0", default-features = false }