[dependencies.ethers]
features = ["ws", "openssl", "rustls"]
version = "2.0"
[dependencies.evm-client]
version = "0.1.5"
[dependencies.hex]
version = "0.4"
[dependencies.log]
version = "0.4.28"
[dependencies.reqwest]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "flashbots_sdk"
path = "src/lib.rs"
[package]
authors = ["happyboy <superhappyboy1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust SDK for interacting with the Flashbots relay, providing functionality for building, signing, sending, and monitoring transaction packages."
edition = "2024"
keywords = ["trade", "crypto", "finance", "evm", "flashbots"]
license = "GPL-3.0"
name = "flashbots-sdk"
readme = "README.md"
repository = "https://github.com/0xhappyboy/flashbots-sdk"
version = "0.2.0"