[package]
edition = "2024"
rust-version = "1.86"
name = "retry-error"
version = "0.10.1"
authors = [
"The Tor Project, Inc.",
"Nick Mathewson <nickm@torproject.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An error type for an operation that can fail more than once"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = [
"tor",
"arti",
"async",
"retry",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[package.metadata.docs.rs]
all-features = true
[features]
full = []
[lib]
name = "retry_error"
path = "src/lib.rs"
[dependencies.humantime]
version = "2"
[dev-dependencies.anyhow]
version = "1.0.23"
[dev-dependencies.derive_more]
version = "2.0.1"
features = ["full"]
[dev-dependencies.thiserror]
version = "2"