# 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 = "alloy-abirpc" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "alloy-rs provider encapsulation for ethereum smart contrcats" homepage = "https://github.com/solarpx/alloy-abirpc" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/solarpx/alloy-abirpc" [lib] name = "alloy_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 = "abirpc_test" path = "tests/abirpc_test.rs" [[test]] name = "provider_test" path = "tests/provider_test.rs" [[test]] name = "registry_test" path = "tests/registry_test.rs" [dependencies.alloy] version = "0.2.1" features = ["full"] [dependencies.alloy-chains] version = "0.1.27" [dependencies.alloy-provider] version = "0.2.1" [dependencies.alloy-rpc-client] version = "0.2.1" [dependencies.alloy-sol-macro] version = "0.7.7" [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.30" [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"