tower-fallback 0.2.42

A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors.
Documentation
[package]
name = "tower-fallback"
version = "0.2.42"
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

# TODO: decide if we want to use the Zebra readme and home page
#readme = "../README.md"
#homepage = "https://zfnd.org/zebra/"
# crates.io is limited to 5 keywords and categories
keywords = ["tower", "batch"]
# Must be one of <https://crates.io/category_slugs>
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/", version = "4.0.0" }

[lints]
workspace = true