aboutsummaryrefslogtreecommitdiff
path: root/crates/retry-error/Cargo.toml
blob: 6f9213985af5ec801a7c826f7a04c1e417a13b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "retry-error"
version = "0.13.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "An error type for an operation that can fail more than once"
keywords = ["tor", "arti", "async", "retry"]
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dev-dependencies]

anyhow = "1.0.23"
derive_more = { version = "2.0.1", features = ["full"] }
thiserror = "2"

[dependencies]
humantime = "2"

[features]
full = []

[package.metadata.docs.rs]
all-features = true

[target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dependencies]
web-time = "1.1.0"