[package] name = "ethers-contract-abigen" version = "0.1.3" authors = ["Nicholas Rodrigues Lordello ", "Georgios Konstantopoulos "] edition = "2018" license = "MIT OR Apache-2.0" description = "Code generation for type-safe bindings to Ethereum smart contracts" homepage = "https://docs.rs/ethers" repository = "https://github.com/gakonst/ethers-rs" keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] ethers-core = { version = "0.1.3", path = "../../ethers-core" } anyhow = "1.0.36" curl = "0.4" Inflector = "0.11" proc-macro2 = "1.0" quote = "1.0" syn = "1.0.12" url = "2.1" serde_json = "1.0.53" once_cell = "1.3.1" rustc-hex = { version = "2.1.0", default-features = false } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]