# 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 = "coex" version = "0.1.0" description = "The Conveyor Offchain Executor" homepage = "https://github.com/ConveyorLabs/COEX" readme = "README.md" keywords = [ "evm", "mev", "blockchain", ] license = "MIT" repository = "https://github.com/ConveyorLabs/COEX" [[bin]] name = "coex" path = "bin/coex.rs" [dependencies.async-trait] version = "0.1.59" [dependencies.cfmms] version = "0.6.1" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.ethers] version = "2.0.0" features = [ "abigen", "ws", "ipc", "rustls", ] [dependencies.num-bigfloat] version = "1.6.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.145" [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.85" [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0.36" [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "fmt", ] [dependencies.uniswap_v3_math] version = "0.2.26"