[package] name = "exponential-backoff" version = "2.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/exponential-backoff" documentation = "https://docs.rs/exponential-backoff" description = "An exponential backoff generator with jitter." keywords = ["backoff", "retry", "simple", "exponential", "async"] categories = ["algorithms", "date-and-time", ] authors = ["Yoshua Wuyts "] readme = "README.md" edition = "2021" [dependencies] fastrand = "2" [dev-dependencies]