docbox-storage 0.7.0

Docbox storage layer abstraction
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"
name = "docbox-storage"
version = "0.7.0"
authors = ["Jacobtread <jacobtread@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docbox storage layer abstraction"
readme = "README.md"
license = "MIT"
repository = "https://github.com/docbox-nz/docbox"
resolver = "2"

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

[[test]]
name = "bucket_exists"
path = "tests/bucket_exists.rs"

[[test]]
name = "create_bucket"
path = "tests/create_bucket.rs"

[[test]]
name = "delete_bucket"
path = "tests/delete_bucket.rs"

[[test]]
name = "delete_file"
path = "tests/delete_file.rs"

[[test]]
name = "get_file"
path = "tests/get_file.rs"

[[test]]
name = "get_file_presigned"
path = "tests/get_file_presigned.rs"

[[test]]
name = "upload_file"
path = "tests/upload_file.rs"

[[test]]
name = "upload_file_presigned"
path = "tests/upload_file_presigned.rs"

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

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

[dependencies.aws-smithy-types]
version = "1.3.6"
features = [
    "byte-stream-poll-next",
    "rt-tokio",
]

[dependencies.bytes]
version = "1.11.0"

[dependencies.bytes-utils]
version = "0.1.4"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.reqwest]
version = "0.13.1"
features = ["query"]

[dev-dependencies.testcontainers]
version = "0.26.3"
features = ["http_wait"]

[dev-dependencies.testcontainers-modules]
version = "0.14.0"
features = [
    "postgres",
    "minio",
]

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]