[package]
edition = "2024"
name = "docbox-core"
version = "0.13.2"
authors = ["Jacobtread <jacobtread@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docbox core business logic and functionality"
readme = "README.md"
license = "MIT"
repository = "https://github.com/docbox-nz/docbox"
resolver = "2"
[lib]
name = "docbox_core"
path = "src/lib.rs"
[[test]]
name = "test_document_box_create"
path = "tests/test_document_box_create.rs"
[[test]]
name = "test_document_box_delete"
path = "tests/test_document_box_delete.rs"
[[test]]
name = "test_file_create"
path = "tests/test_file_create.rs"
[[test]]
name = "test_file_delete"
path = "tests/test_file_delete.rs"
[[test]]
name = "test_file_update"
path = "tests/test_file_update.rs"
[[test]]
name = "test_file_upload_restrictions"
path = "tests/test_file_upload_restrictions.rs"
[[test]]
name = "test_folder_create"
path = "tests/test_folder_create.rs"
[[test]]
name = "test_folder_delete"
path = "tests/test_folder_delete.rs"
[[test]]
name = "test_folder_update"
path = "tests/test_folder_update.rs"
[[test]]
name = "test_link_create"
path = "tests/test_link_create.rs"
[[test]]
name = "test_link_delete"
path = "tests/test_link_delete.rs"
[[test]]
name = "test_link_update"
path = "tests/test_link_update.rs"
[[test]]
name = "test_search"
path = "tests/test_search.rs"
[dependencies.aws-config]
version = "1.8.14"
features = [
"behavior-version-latest",
"credentials-process",
"default-https-client",
"rt-tokio",
"sso",
]
default-features = false
[dependencies.aws-sdk-sqs]
version = "1.92.0"
features = [
"default-https-client",
"rt-tokio",
]
default-features = false
[dependencies.bytes]
version = "1.11.1"
[dependencies.chrono]
version = "0.4.43"
features = ["serde"]
[dependencies.docbox-database]
version = "0.11.1"
[dependencies.docbox-processing]
version = "0.7.2"
[dependencies.docbox-search]
version = "0.11.1"
[dependencies.docbox-secrets]
version = "0.5.0"
[dependencies.docbox-storage]
version = "0.8.0"
[dependencies.docbox-web-scraper]
version = "0.6.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.itertools]
version = "0.14.0"
[dependencies.mime]
version = "0.3.17"
[dependencies.mime2ext]
version = "0.1.54"
[dependencies.mime_guess]
version = "2.0.5"
[dependencies.moka]
version = "0.12.12"
features = ["future"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.sha256]
version = "1.6.0"
default-features = false
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.49.0"
features = ["full"]
[dependencies.tracing]
version = "0.1.44"
[dependencies.url]
version = "2.5.8"
[dependencies.urlencoding]
version = "2.1.3"
[dependencies.utoipa]
version = "5.4.0"
features = [
"url",
"uuid",
"chrono",
"axum_extras",
]
[dependencies.uuid]
version = "1.19.0"
features = [
"v4",
"serde",
]
[dependencies.zip]
version = "8.2.0"
[dev-dependencies.docbox-search]
version = "0.11.1"
[dev-dependencies.fake]
version = "5.1.0"
[dev-dependencies.testcontainers]
version = "0.27.1"
features = ["http_wait"]
[dev-dependencies.testcontainers-modules]
version = "0.15.0"
features = [
"postgres",
"minio",
]
[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]