# 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 = "gweiyser" version = "0.1.4" description = "Swiss army knife for EVM development" readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "token" path = "examples/token.rs" [[bin]] name = "uniswap" path = "examples/uniswap.rs" [[bin]] name = "swap" path = "examples/swap.rs" [dependencies.alloy] version = "0.2.0" features = [ "full", "node-bindings", ] [dependencies.alloy-contract] version = "0.2.0" [dependencies.alloy-sol-types] version = "0.7.7" [dependencies.anyhow] version = "1.0.86" [dependencies.futures] version = "0.3.30" [dependencies.pool-sync] version = "0.1.12" [dependencies.tokio] version = "1.39.1" features = ["full"] [dependencies.uniswap_v3_math] version = "0.5.1"