# 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 = "pool-sync" version = "3.0.0" authors = ["Zac Holme"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for synchronizing and managing various types of liquidity pools across different blockchains" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Zacholme7/PoolSync" [lib] name = "pool_sync" path = "src/lib.rs" [[bin]] name = "example" path = "src/bin/example.rs" [dependencies.alloy] version = "0.3.1" features = [ "full", "node-bindings", "sol-types", ] [dependencies.alloy-node-bindings] version = "0.1.3" [dependencies.anyhow] version = "1.0.82" [dependencies.async-trait] version = "0.1.80" [dependencies.backoff] version = "0.4.0" features = ["futures"] [dependencies.dashmap] version = "6.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.4" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.ratelimit] version = "0.9.1" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ] [dependencies.uniswap_v3_math] version = "0.5.1"