# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "backoff-tower" version = "0.1.6" authors = ["Joseph Cheverton-Wynne "] description = "A tower layer to apply a backoff strategy to retried requests" homepage = "https://github.com/jchevertonwynne/backoff-tower" readme = "README.md" keywords = [ "tower", "backoff", ] license = "MIT" repository = "https://github.com/jchevertonwynne/backoff-tower" [dependencies.async-io] version = "1.13" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.29" optional = true [dependencies.tower] version = "0.4" features = ["retry"] [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.tower] version = "0.4.13" features = ["util"] [features] async_std = ["dep:async-io"] default = ["tokio"] tokio = ["dep:tokio"]