opendal-layer-async-backtrace 0.58.2

Apache OpenDAL async-backtrace layer
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-layer-async-backtrace"
version = "0.58.2"
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache OpenDAL async-backtrace layer"
homepage = "https://opendal.apache.org/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"

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

[lib]
name = "opendal_layer_async_backtrace"
path = "src/lib.rs"

[dependencies.async-backtrace]
version = "0.2.6"

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

[dev-dependencies]