# 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" name = "ethbind-rust" version = "0.1.6" description = "The official rust language generator for ethbind" documentation = "https://docs.rs/ethbind-rust" license-file = "LICENSE" [dependencies.anyhow] version = "^1" [dependencies.ethbind-gen] version = "^0.1" [dependencies.ethbind-json] version = "^0.1" [dependencies.heck] version = "^0.4" [dependencies.log] version = "0.4.16" [dependencies.proc-macro2] version = "^1" [dependencies.quote] version = "^1" [dependencies.regex] version = "^1" [dependencies.serde_json] version = "^1.0" [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "^1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.4.0"