# 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.67.0" name = "ethrs" version = "0.1.1" authors = ["QEDK "] description = "An opinionated and fast library for interaction with the EVM" homepage = "https://github.com/QEDK/ethrs" documentation = "https://docs.rs/ethrs" readme = "README.md" keywords = [ "evm", "web3", ] categories = [ "web-programming", "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/QEDK/ethrs" [dependencies.lazy_static] version = "1.4" [dependencies.primitive-types] version = "0.12.1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"]