opendal-testkit 0.58.0

Test harness and utilities for Apache OpenDAL
Documentation
# 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.91"
name = "opendal-testkit"
version = "0.58.0"
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test harness and utilities for Apache OpenDAL"
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_testkit"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.10"

[dependencies.dotenvy]
version = "0.15"

[dependencies.opendal-core]
version = "0.58.0"
default-features = false

[dependencies.opendal-layer-logging]
version = "0.58.0"
default-features = false

[dependencies.opendal-layer-retry]
version = "0.58.0"
default-features = false

[dependencies.opendal-layer-timeout]
version = "0.58.0"
default-features = false

[dependencies.rand]
version = "0.10.1"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tokio]
version = "1.52"
features = ["rt-multi-thread"]
default-features = false

[dependencies.uuid]
version = "1"
default-features = false