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