arche 0.3.0

An opinionated backend foundation for Axum applications, providing batteries-included integrations for cloud services, databases, authentication, middleware, and logging.
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 = "arche"
version = "0.3.0"
authors = ["Sahil Sinha"]
build = false
exclude = [
    ".gitignore",
    ".vscode/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An opinionated backend foundation for Axum applications, providing batteries-included integrations for cloud services, databases, authentication, middleware, and logging."
homepage = "https://github.com/sinha-sahil/arche"
documentation = "https://docs.rs/arche"
readme = "README.md"
keywords = [
    "axum",
    "backend",
    "middleware",
    "cloud",
    "database",
]
categories = [
    "web-programming",
    "web-programming::http-server",
    "authentication",
    "database",
]
license = "MIT"
repository = "https://github.com/sinha-sahil/arche"

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

[dependencies.aws-config]
version = "1.8.12"

[dependencies.aws-sdk-kms]
version = "1.68.0"

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

[dependencies.aws-sdk-sesv2]
version = "1.111.0"

[dependencies.axum]
version = "0.8.7"
features = [
    "json",
    "multipart",
]

[dependencies.base64]
version = "0.22.1"

[dependencies.bb8]
version = "0.9.1"

[dependencies.bb8-redis]
version = "0.26.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.google-drive3]
version = "6.0.0"

[dependencies.google-sheets4]
version = "6.0.0"

[dependencies.jsonwebtoken]
version = "10.2.0"
features = ["rust_crypto"]

[dependencies.nanoid]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-native-tls",
    "postgres",
    "uuid",
    "time",
]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"

[dependencies.tokio]
version = "1.4.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]