paladin-web 0.5.1

Web server adapters for the Paladin AI orchestration framework (actix-web / axum)
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 = "paladin-web"
version = "0.5.1"
authors = ["Am0rfu5"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web server adapters for the Paladin AI orchestration framework (actix-web / axum)"
documentation = "https://docs.rs/paladin-web"
readme = "README.md"
keywords = [
    "ai",
    "web",
    "actix",
    "axum",
    "orchestration",
]
categories = [
    "development-tools",
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/DF3NDR/paladin-dev-env"
resolver = "2"

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

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

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

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

[dependencies.axum]
version = "0.8.4"

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

[dependencies.log]
version = "0.4.21"

[dependencies.paladin-core]
version = "0.5.1"
package = "paladin-ai-core"

[dependencies.paladin-ports]
version = "0.5.1"

[dependencies.reqwest]
version = "0.12.4"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

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

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

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]