noema-actix-webapi 0.1.0

Actix-web backend runtime on Noema (modules, sqlx, UoW, swagger, WebSocket dispatch)
# 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 = "noema-actix-webapi"
version = "0.1.0"
authors = ["Emanuel Bonilla"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actix-web backend runtime on Noema (modules, sqlx, UoW, swagger, WebSocket dispatch)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmanuelBonilla/noema"

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

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

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

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

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

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

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.noema]
version = "0.4.0"
features = [
    "di",
    "mediator",
    "events",
    "configurations",
]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls-ring",
    "postgres",
    "migrate",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
]

[dependencies.utoipa]
version = "5"
features = ["actix_extras"]

[dependencies.utoipa-swagger-ui]
version = "9"
features = ["actix-web"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]