docbox-processing 0.6.1

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

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

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

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

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

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

[dependencies.aws-sdk-lambda]
version = "1.113.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.0"

[dependencies.docbox-database]
version = "0.10.2"

[dependencies.docbox-search]
version = "0.10.1"

[dependencies.docbox-storage]
version = "0.7.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.image]
version = "0.25.9"

[dependencies.mail-parser]
version = "0.11.1"

[dependencies.mime]
version = "0.3.17"

[dependencies.office-convert-client]
version = "0.6.0"

[dependencies.office-convert-lambda-client]
version = "0.1.0"

[dependencies.pdf_process]
version = "0.2.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tl]
version = "0.7.8"

[dependencies.tokio]
version = "1.49.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "url",
    "uuid",
    "chrono",
    "axum_extras",
]

[dev-dependencies.docbox-search]
version = "0.10.1"

[dev-dependencies.mime_guess]
version = "2.0.5"

[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"]