attempt-cli 1.1.0

A CLI for retrying fallible commands
[[bin]]
name = "attempt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.log]
features = ["std"]
version = "0.4.22"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.regex]
version = "1.9.6"

[dependencies.thiserror]
version = "1.0.49"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.once_cell]
version = "1.18.0"

[dev-dependencies.predicates]
version = "3.0.4"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI for retrying fallible commands"
documentation = "https://maxbondabe.github.io/attempt/"
edition = "2021"
homepage = "https://github.com/MaxBondABE/attempt"
keywords = ["retry", "retrying"]
license = "Unlicense"
name = "attempt-cli"
readme = "README.md"
repository = "https://github.com/MaxBondABE/attempt"
version = "1.1.0"

[[test]]
name = "e2e"
path = "tests/e2e.rs"