# 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 = "cfmms" version = "0.6.2" description = "CFMM lib built in Rust enabling pair syncing and swap simulation with pools on Ethereum." homepage = "https://github.com/0xKitsune/cfmms-rs" readme = "README.md" keywords = [ "ethereum", "mev", "dex", "cffms", ] license = "MIT" repository = "https://github.com/0xKitsune/cfmms-rs" [dependencies.async-trait] version = "0.1.57" [dependencies.ethers] version = "2.0.0" features = [ "abigen", "ipc", "rustls", ] default-features = false [dependencies.futures] version = "0.3.24" [dependencies.indicatif] version = "0.17.1" [dependencies.num-bigfloat] version = "1.6.2" [dependencies.regex] version = "1.7.1" [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"] [dependencies.uniswap_v3_math] version = "0.2.26"