allowthem-server 0.0.2

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.2"
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.2"

[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.governor]
version = "0.8"
features = ["dashmap"]

[dependencies.hmac]
version = "0.12"
features = ["std"]

[dependencies.jsonschema]
version = "0.46"

[dependencies.minijinja]
version = "2"
features = ["loader"]

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

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

[dependencies.subtle]
version = "2"

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

[dependencies.url]
version = "2"

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

[dev-dependencies.jsonwebtoken]
version = "9"

[dev-dependencies.sha2]
version = "0.10"

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

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

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