[package] name = "ethers" version = "0.1.0" authors = ["Georgios Konstantopoulos "] edition = "2018" [dependencies] ethereum-types = "0.9.2" url = "2.1.1" once_cell = "1.4.0" async-trait = "0.1.31" reqwest = { version = "0.10.4", features = ["json"] } serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.53" thiserror = "1.0.19" rustc-hex = "2.1.0" rand = "0.5.1" # this should be the same rand crate version as the one in secp secp256k1 = { version = "0.17.2", features = ["recovery", "rand"] } secrecy = "0.6.0" zeroize = "1.1.0" tiny-keccak = "2.0.2" futures = "0.3.5" solc = { git = "https://github.com/paritytech/rust_solc "} rlp = "0.4.5" [dev-dependencies] tokio = { version = "0.2.21", features = ["macros"] } failure = "0.1.8"