# 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 = "mev-rs" version = "0.1.1" authors = ["asnared "] description = "Modern and maximally-minimal rust tooling for MEV" readme = "README.md" keywords = [ "Rust", "Ethereum", "Arbitrage", "Sandwich", ] license = "MIT" repository = "https://github.com/abigger87/subway-rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4.22" [dependencies.ethers] version = "0.17.0" features = [ "abigen", "ws", "rustls", ] [dependencies.ethers-flashbots] version = "0.10.0" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3.23" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.10" features = [ "json", "blocking", ] [dependencies.rlp] version = "0.5.1" default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.82" features = ["raw_value"] [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.0.1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-bunyan-formatter] version = "0.3.4" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "fmt", "env-filter", "ansi", ] [dependencies.yansi] version = "0.5.1" [dev-dependencies.tracing-test] version = "0.2.3"