allowthem-saas 0.0.9

SaaS multi-tenancy layer for allowthem
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 = "allowthem-saas"
version = "0.0.9"
authors = ["Wave Funk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SaaS multi-tenancy layer for allowthem"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/wavefunk/allowthem"

[features]
test-util = []

[lib]
name = "allowthem_saas"
path = "saas.rs"

[dependencies.allowthem-core]
version = "0.0.9"

[dependencies.axum]
version = "0.8.8"
features = ["multipart"]

[dependencies.base64ct]
version = "1"
features = ["alloc"]

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

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.governor]
version = "0.8"
features = ["dashmap"]

[dependencies.hex]
version = "0.4"

[dependencies.hickory-resolver]
version = "0.26"

[dependencies.moka]
version = "0.12"
features = ["future"]

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.9.0-alpha.1"
features = [
    "runtime-tokio",
    "sqlite",
    "derive",
    "macros",
    "migrate",
    "uuid",
    "chrono",
    "sqlx-toml",
    "json",
]

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower]
version = "0.5.3"

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dependencies.uuid]
version = "1.19.0"
features = [
    "v7",
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.8"

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

[dev-dependencies.wiremock]
version = "0.6"