# 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 = "ethers-abirpc" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ethers-rs provider encapsulation for ethereum smart contrcats" homepage = "https://github.com/solarpx/ethers-abirpc" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/solarpx/ethers-abirpc" [lib] name = "ethers_abirpc" path = "src/lib.rs" [[example]] name = "provider" path = "examples/provider.rs" [[example]] name = "registry" path = "examples/registry.rs" [[example]] name = "signer" path = "examples/signer.rs" [[test]] name = "abigen_test" path = "tests/abigen_test.rs" [[test]] name = "abirpc_test" path = "tests/abirpc_test.rs" [[test]] name = "network_test" path = "tests/network_test.rs" [[test]] name = "provider_test" path = "tests/provider_test.rs" [[test]] name = "registry_test" path = "tests/registry_test.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.ethers] version = "2.0.14" features = [ "ws", "ipc", ] [dependencies.num_enum] version = "0.7.3" [dependencies.paste] version = "1.0.15" [dependencies.rustc-hex] version = "2.1.0" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.25.2" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url] version = "2.4.1"