# 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-multicall" version = "0.1.4" authors = ["Corn3333"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Multicall for everyone. """ homepage = "https://github.com/Corn3333/alloy-multicall" readme = "README.md" license = "MIT" repository = "https://github.com/Corn3333/alloy-multicall" [lib] name = "alloy_multicall" path = "src/lib.rs" [[example]] name = "get_amount_out" path = "examples/get_amount_out.rs" [[example]] name = "simple_erc20" path = "examples/simple_erc20.rs" [[example]] name = "simple_trc20" path = "examples/simple_trc20.rs" [dependencies.alloy-chains] version = "0.1.47" [dependencies.alloy-contract] version = "0.6.4" [dependencies.alloy-dyn-abi] version = "0.8.0" [dependencies.alloy-json-abi] version = "0.8.0" [dependencies.alloy-primitives] version = "0.8.12" [dependencies.alloy-provider] version = "0.6.4" features = ["reqwest"] [dependencies.alloy-sol-types] version = "0.8.0" features = [ "std", "json", ] [dependencies.alloy-transport] version = "0.6.4" [dependencies.thiserror] version = "1.0.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]