retry 2.2.0

Utilities for retrying operations that can fail.
Documentation
# 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 = "2018"
name = "retry"
version = "2.2.0"
authors = [
    "Jimmy Cuadra <jimmy@jimmycuadra.com>",
    "Sam Rijs <srijs@airpost.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for retrying operations that can fail."
homepage = "https://github.com/jimmycuadra/retry"
documentation = "https://docs.rs/retry"
readme = "README.md"
keywords = [
    "utility",
    "utilities",
]
license = "MIT"
repository = "https://github.com/jimmycuadra/retry"

[features]
default = ["random"]
random = ["rand"]

[lib]
name = "retry"
path = "src/lib.rs"

[dependencies.rand]
version = "^0.9"
optional = true