[dependencies.futures-core]
version = "0.3.28"
[dependencies.pin-project]
version = "1.1.6"
[dependencies.tower]
version = "0.4.13"
[dependencies.tracing]
version = "0.1.39"
[dev-dependencies.tokio]
features = ["full", "tracing", "test-util"]
version = "1.41.0"
[dev-dependencies.zebra-test]
version = "1.0.0-beta.42"
[lib]
name = "tower_fallback"
path = "src/lib.rs"
[package]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "asynchronous"]
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors."
edition = "2021"
keywords = ["tower", "batch"]
license = "MIT OR Apache-2.0"
name = "tower-fallback"
readme = false
repository = "https://github.com/ZcashFoundation/zebra"
version = "0.2.41-beta.18"
[[test]]
name = "fallback"
path = "tests/fallback.rs"