# 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 = "pair_sync" version = "0.4.3" description = "A simple library to get all pairs from any supported Dex and sync reserves." homepage = "https://github.com/0xKitsune/pair_sync" readme = "README.md" keywords = [ "ethereum", "mev", "dex", ] license = "MIT" repository = "https://github.com/0xKitsune/pair_sync" resolver = "2" [dependencies.async-trait] version = "0.1.57" [dependencies.ethers] version = "0.17.0" features = [ "abigen", "ipc", ] [dependencies.futures] version = "0.3.24" [dependencies.indicatif] version = "0.17.1" [dependencies.num-bigfloat] version = "1.6.0" [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.36" [dependencies.tokio] version = "1.21.0" features = ["full"]