# 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 = "exponential-backoff" version = "2.0.0" authors = ["Yoshua Wuyts "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An exponential backoff generator with jitter." documentation = "https://docs.rs/exponential-backoff" readme = "README.md" keywords = [ "backoff", "retry", "simple", "exponential", "async", ] categories = [ "algorithms", "date-and-time", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/exponential-backoff" [lib] name = "exponential_backoff" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.fastrand] version = "2" [dev-dependencies]