[badges.travis-ci]
repository = "ihrwein/backoff"
[dependencies.instant]
version = "0.1"
[dependencies.rand]
version = "0.6.5"
[dev-dependencies.reqwest]
version = "0.9.10"
[features]
default = []
stdweb = ["instant/stdweb", "rand/stdweb"]
wasm-bindgen = ["instant/wasm-bindgen", "rand/wasm-bindgen"]
[package]
authors = ["Tibor Benke <ihrwein@gmail.com>"]
categories = ["network-programming"]
description = "Retry operations with exponential backoff policy.\n"
documentation = "https://docs.rs/backoff"
homepage = "https://github.com/ihrwein/backoff"
license = "MIT/Apache-2.0"
name = "backoff"
readme = "README.md"
repository = "https://github.com/ihrwein/backoff"
version = "0.1.6"