[dependencies.aws-config]
features = ["behavior-version-latest"]
version = "=1.8.12"
[dependencies.aws-sdk-s3]
version = "=1.119.0"
[dependencies.aws-smithy-types]
features = ["byte-stream-poll-next", "rt-tokio"]
version = "=1.3.5"
[dependencies.bytes]
version = "=1.11.0"
[dependencies.bytes-utils]
version = "=0.1.4"
[dependencies.chrono]
features = ["serde"]
version = "=0.4.42"
[dependencies.docbox-database]
version = "0.7.0"
[dependencies.futures]
version = "=0.3.31"
[dependencies.serde]
features = ["derive"]
version = "=1.0.228"
[dependencies.thiserror]
version = "=2.0.17"
[dependencies.tracing]
version = "=0.1.44"
[dev-dependencies.reqwest]
default-features = false
features = ["rustls-tls", "http2"]
version = "=0.12.28"
[dev-dependencies.testcontainers]
features = ["http_wait"]
version = "=0.26.3"
[dev-dependencies.testcontainers-modules]
features = ["postgres", "minio"]
version = "=0.14.0"
[dev-dependencies.tokio]
features = ["full"]
version = "=1.48.0"
[lib]
name = "docbox_storage"
path = "src/lib.rs"
[package]
authors = ["Jacobtread <jacobtread@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Docbox storage layer abstraction"
edition = "2024"
license = "MIT"
name = "docbox-storage"
readme = "README.md"
repository = "https://github.com/docbox-nz/docbox"
resolver = "2"
version = "0.5.0"
[[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"