# 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 = "async-retry" version = "0.3.1" authors = ["vkill "] description = "Async Retry" homepage = "https://github.com/bk-rs/retry-rs" documentation = "https://docs.rs/async-retry" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/retry-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.async-sleep] version = "0.3" features = ["timeout"] default-features = false [dependencies.futures-util] version = "0.3" default-features = false [dependencies.pin-project-lite] version = "0.2" default-features = false [dependencies.retry-policy] version = "0.2" default-features = false [dev-dependencies.async-sleep] version = "0.3" features = ["impl_tokio"] default-features = false [dev-dependencies.once_cell] version = "1" [dev-dependencies.retry-policy] version = "0.2" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [features] default = ["std"] std = ["retry-policy/std"]