# 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 = "2018" name = "alloy-ccip-read" version = "0.3.0" authors = ["Lev Lymarenko its@llev.me"] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = """ CCIP-Reader for alloy-rs """ homepage = "https://github.com/sevenzing/alloy-ccip-read" readme = "README.md" keywords = [ "ens", "alloy", "ccip-read", "offchain-resolver", "l2-resolver", ] license = "MIT" repository = "https://github.com/sevenzing/alloy-ccip-read" [lib] name = "alloy_ccip_read" path = "src/lib.rs" [[example]] name = "offchain" path = "examples/offchain.rs" [dependencies.alloy] version = "0.5.4" features = [ "full", "json-rpc", ] [dependencies.anyhow] version = "1.0.75" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1.74" default-features = false [dependencies.derive-new] version = "0.7.0" [dependencies.futures-util] version = "0.3.29" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.alloy] version = "0.5.4" features = ["full"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.async-std] version = "1" features = [ "attributes", "tokio1", ] [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"]