[package] name = "ethers-contract-abigen" version = "0.1.0" 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" [dependencies] ethers-core = { path = "../../ethers-core" } anyhow = "1.0" 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.4.0" rustc-hex = { version = "2.1.0", default-features = false }