pool-sync 3.0.0

A library for synchronizing and managing various types of liquidity pools across different blockchains
Documentation
[[bin]]
name = "example"
path = "src/bin/example.rs"

[dependencies.alloy]
features = ["full", "node-bindings", "sol-types"]
version = "0.3.1"

[dependencies.alloy-node-bindings]
version = "0.1.3"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.backoff]
features = ["futures"]
version = "0.4.0"

[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]
features = ["derive"]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.118"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.37.0"

[dependencies.uniswap_v3_math]
version = "0.5.1"

[lib]
name = "pool_sync"
path = "src/lib.rs"

[package]
authors = ["Zac Holme"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for synchronizing and managing various types of liquidity pools across different blockchains"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "pool-sync"
readme = "README.md"
repository = "https://github.com/Zacholme7/PoolSync"
version = "3.0.0"