# 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 = "subway-rs" version = "0.5.2" authors = ["asnared "] description = "A Highly Optimized Sandwich Bot Built with Pure Rust and Huff" readme = "README.md" keywords = [ "Rust", "Ethereum", "Arbitrage", "Sandwich", ] license = "MIT" repository = "https://github.com/refcell/subway-rs" [lib] name = "subway_rs" path = "src/lib.rs" [[bin]] name = "subway" path = "src/main.rs" [[bench]] name = "uniswap" harness = false [[bench]] name = "utils" harness = false [[bench]] name = "relayer" harness = false [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 = ["full"] [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.criterion] version = "0.4" features = [ "async_tokio", "plotters", ] [dev-dependencies.plotters] version = "0.3.3" [dev-dependencies.tracing-test] version = "0.2.3"