rustio-core 1.4.0

RustIO runtime library: HTTP, router, Postgres ORM, admin, RBAC, search, migrations, AI planner.
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.75"
name = "rustio-core"
version = "1.4.0"
authors = ["Abdulwahed Mansour <abdulwahed.mansour@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustIO runtime library: HTTP, router, Postgres ORM, admin, RBAC, search, migrations, AI planner."
homepage = "https://github.com/abdulwahed-sweden/rustio"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "admin",
    "orm",
    "postgres",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/abdulwahed-sweden/rustio"

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

[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.http-body-util]
version = "0.1"

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

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

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.12"

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

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.8"

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

[dependencies.rustio-macros]
version = "1.4.0"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.subtle]
version = "2"

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

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

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