rustio-admin 0.13.0

Django Admin, but for Rust. A small, focused admin framework.
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 = "2021"
rust-version = "1.80"
name = "rustio-admin"
version = "0.13.0"
authors = ["Abdulwahed Mansour"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Django Admin, but for Rust. A small, focused admin framework."
homepage = "https://github.com/abdulwahed-sweden/rustio-admin"
readme = "README.md"
license = "MIT"
repository = "https://github.com/abdulwahed-sweden/rustio-admin"

[features]
integration-test = [
    "dep:testcontainers",
    "dep:testcontainers-modules",
]

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

[[test]]
name = "cascade_lockstep"
path = "tests/cascade_lockstep.rs"

[[test]]
name = "integration_emergency"
path = "tests/integration_emergency.rs"

[[test]]
name = "integration_mfa"
path = "tests/integration_mfa.rs"

[[test]]
name = "integration_recovery"
path = "tests/integration_recovery.rs"

[dependencies.aes-gcm]
version = "0.10"
features = [
    "aes",
    "alloc",
]
default-features = false

[dependencies.argon2]
version = "0.5"
features = [
    "alloc",
    "password-hash",
    "rand",
]
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
    "serde",
]
default-features = false

[dependencies.dashmap]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.hmac]
version = "0.12"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.log]
version = "0.4"

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

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.rustio-admin-macros]
version = "0.13.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "chrono",
    "uuid",
    "json",
    "macros",
]
default-features = false

[dependencies.subtle]
version = "2"

[dependencies.testcontainers]
version = "0.23"
optional = true

[dependencies.testcontainers-modules]
version = "0.11"
features = ["postgres"]
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt-multi-thread",
    "macros",
    "sync",
    "signal",
    "time",
    "fs",
]

[dependencies.urlencoding]
version = "2"

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