[package]
name = "tower-fallback"
version = "0.2.43"
authors.workspace = true
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."
license.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
keywords = ["tower", "batch"]
categories = ["algorithms", "asynchronous"]
[dependencies]
pin-project = { workspace = true }
tower = { workspace = true }
futures-core = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full", "tracing", "test-util"] }
zebra-test = { path = "../zebra-test/" }
[lints]
workspace = true