allowthem-server 0.0.1

HTTP server and middleware 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-server"
version = "0.0.1"
authors = ["Wave Funk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server and middleware for allowthem"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/wavefunk/allowthem"

[lib]
name = "allowthem_server"
path = "server.rs"

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "cors",
    "fs",
    "trace",
]

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

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

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

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

[dev-dependencies.totp-rs]
version = "5"
features = [
    "gen_secret",
    "otpauth",
]