fr-rust 0.1.3

A comprehensive framework/utility library for Actix-web, Postgres, Redis, and authentication.
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 = "fr-rust"
version = "0.1.3"
authors = ["Sayed Anower <sayed.anower.17.2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive framework/utility library for Actix-web, Postgres, Redis, and authentication."
documentation = "https://docs.rs/fr-rust"
readme = "DOCUMENTATION.md"
keywords = [
    "actix-web",
    "postgres",
    "redis",
    "auth",
    "websocket",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/sayed-anower/fr-rust"

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

[dependencies.actix-files]
version = "0.6"

[dependencies.actix-multipart]
version = "0.7"

[dependencies.actix-web]
version = "4.9"

[dependencies.actix-ws]
version = "0.4"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5.0"
features = ["std"]

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

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

[dependencies.dashmap]
version = "6.2"

[dependencies.deadpool-postgres]
version = "0.14"

[dependencies.deadpool-redis]
version = "0.23"

[dependencies.dotenvy]
version = "0.15"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.jsonwebtoken]
version = "10.0"

[dependencies.lettre]
version = "0.11"
features = [
    "tokio1",
    "smtp-transport",
    "builder",
    "rustls-tls",
    "tokio1-rustls",
]
default-features = false

[dependencies.rand]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-postgres]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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