robust-provider 0.2.0

Robust Provider is a library for creating resilient RPC providers for EVM-based blockchains with automatic retries and failover support.
Documentation
[dependencies.alloy]
features = ["full"]
version = "1.1.2"

[dependencies.alloy-node-bindings]
version = "1.1.2"

[dependencies.anyhow]
version = "1.0"

[dependencies.backon]
version = "1.6.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full"]
version = "1.48"

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tokio-util]
version = "0.7.17"

[dependencies.tracing]
version = "0.1"

[features]
tracing = []

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

[package]
authors = ["OpenZeppelin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming", "cryptography::cryptocurrencies"]
description = "Robust Provider is a library for creating resilient RPC providers for EVM-based blockchains with automatic retries and failover support."
edition = "2024"
keywords = ["evm", "ethereum", "blockchain", "rpc", "alloy"]
license = "MIT"
name = "robust-provider"
readme = "README.md"
repository = "https://github.com/OpenZeppelin/Robust-Provider"
version = "0.2.0"