cwl_engine_storage 0.8.1

Part of `CommonWL`. Storage impl
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.95"
name = "cwl_engine_storage"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Part of `CommonWL`. Storage impl"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/fairagro/commonwl"

[lib]
name = "cwl_engine_storage"
path = "lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.aws-config]
version = "1.8.17"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-s3]
version = "1.133.0"

[dependencies.dircpy]
version = "0.3.20"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.dunce]
version = "1.0.5"

[dependencies.glob]
version = "0.3.3"

[dependencies.reqwest]
version = "0.13.4"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]