# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "ethers-contract-abigen" version = "2.0.14" authors = [ "Nicholas Rodrigues Lordello ", "Georgios Konstantopoulos ", ] description = "Code generation for type-safe bindings to Ethereum smart contracts" homepage = "https://github.com/gakonst/ethers-rs" documentation = "https://docs.rs/ethers" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/gakonst/ethers-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [dependencies.Inflector] version = "0.11" [dependencies.dunce] version = "1.0" [dependencies.ethers-core] version = "2.0.14" features = ["macros"] default-features = false [dependencies.eyre] version = "0.6" [dependencies.hex] version = "1.6" features = ["hex"] package = "const-hex" [dependencies.prettyplease] version = "0.2" features = ["verbatim"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.9" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", ] [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.8" [features] default = ["providers"] online = [ "reqwest", "ethers-etherscan", "url", "tokio", ] openssl = [ "reqwest?/native-tls", "ethers-etherscan?/openssl", ] providers = [] rustls = [ "reqwest?/rustls-tls", "ethers-etherscan?/rustls", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ethers-etherscan] version = "2.0.14" optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11.19" features = ["blocking"] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.32" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.url] version = "2.4" optional = true default-features = false