# 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-cli" version = "0.0.5" authors = ["Brian Caswell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "retry commands with automatic backoff" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/demoray/retry-cli" [[bin]] name = "retry" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "derive", "help", "std", "usage", ] default-features = false [dependencies.duration-string] version = "0.4" [dependencies.exponential-backoff] version = "2.0"