[package] # Crate metadata name = "tower-fallback" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" version = "0.0.0-placeholder.0" repository = "https://github.com/ZcashFoundation/zebra" 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. """ # Settings that impact compilation edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html