# 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 = "alloy-flashbots-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flashbots bundle management built with alloy" readme = false license = "MIT" [lib] name = "alloy_flashbots_rs" path = "src/lib.rs" [[example]] name = "anvil_sim_bundle" path = "examples/anvil_sim_bundle.rs" [[example]] name = "sim_bundle" path = "examples/sim_bundle.rs" [dependencies.alloy] version = "0.1.2" features = [ "json-rpc", "network", "node-bindings", "provider-http", "reqwest", "rpc", "rpc-client", "rpc-types", "signer-local", "signers", "transport-http", "transports", "serde", ] [dependencies.alloy-primitives] version = "0.7.6" [dependencies.async-trait] version = "0.1.80" [dependencies.eyre] version = "0.6.12" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tower] version = "0.4.13"