mevshare 0.1.1

A Rust client library for subscribing to the Flashbots MEV-Share SSE event stream.
Documentation
# 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 = "2024"
name = "mevshare"
version = "0.1.1"
authors = ["mevshare team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for subscribing to the Flashbots MEV-Share SSE event stream."
homepage = "https://github.com/mevshare/mevshare"
documentation = "https://docs.rs/mevshare"
readme = "README.md"
keywords = [
    "mev",
    "crypto",
    "ethereum",
    "flashbots",
    "sse",
]
categories = [
    "cryptography::cryptocurrencies",
    "network-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/mevshare/mevshare"

[lib]
name = "mevshare"
path = "src/lib.rs"

[dependencies.alloy]
version = "2.0.4"
features = ["rpc-types-mev"]
default-features = false

[dependencies.bon]
version = "3.9.1"
default-features = false

[dependencies.eventsource-stream]
version = "0.2.3"
default-features = false

[dependencies.futures]
version = "0.3.32"
features = ["std"]
default-features = false

[dependencies.pin-project]
version = "1.1.12"
default-features = false

[dependencies.reqwest]
version = "0.13.3"
features = [
    "stream",
    "json",
    "rustls",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = ["attributes"]
default-features = false