# 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 = "retry-policy" version = "0.2.1" authors = ["vkill "] description = "Retry Policy" homepage = "https://github.com/bk-rs/retry-rs" documentation = "https://docs.rs/retry-policy" 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.retry-backoff] version = "0.1" default-features = false [dependencies.retry-predicate] version = "0.1" default-features = false [features] alloc = [ "retry-backoff/alloc", "retry-predicate/alloc", ] default = ["std"] std = [ "alloc", "retry-backoff/std", "retry-predicate/std", ]