Files
Notes/notes-service/vendor/opendal-layer-retry/Cargo.toml
T
2026-08-01 16:11:49 +03:00

66 lines
1.4 KiB
TOML

# 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 = "2024"
rust-version = "1.85"
name = "opendal-layer-retry"
version = "0.57.0"
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache OpenDAL retry layer"
homepage = "https://opendal.apache.org/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "opendal_layer_retry"
path = "src/lib.rs"
[dependencies.backon]
version = "1.6"
features = ["tokio-sleep"]
[dependencies.log]
version = "0.4.29"
[dependencies.opendal-core]
version = "0.57.0"
default-features = false
[dev-dependencies.bytes]
version = "1.10"
[dev-dependencies.futures]
version = "0.3"
default-features = false
[dev-dependencies.logforth]
version = "0.29.1"
features = ["starter-log"]
[dev-dependencies.tokio]
version = "1.48"
features = [
"macros",
"rt-multi-thread",
]
default-features = false