ares-http 0.10.0

HTTP adapter plugin for ARES (Axum router, auth, overlay)
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"
name = "ares-http"
version = "0.10.0"
authors = ["Dirmacs <build@dirmacs.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP adapter plugin for ARES (Axum router, auth, overlay)"
readme = false
license = "MIT"
repository = "https://github.com/dirmacs/ares"

[features]
ares-vector = [
    "dep:ares-vector",
    "ares-store/ares-vector",
]
default = []
eruka-context = ["ares-agent/eruka-context"]
inventory = [
    "dep:inventory",
    "cordis/inventory",
]
local-embeddings = ["ares-rag/local-embeddings"]
mcp = [
    "dep:ares-mcp",
    "ares-mcp/mcp",
    "ares-tools/mcp",
]
openai = ["ares-llm/openai"]
postgres = [
    "dep:sqlx",
    "ares-store/postgres",
    "ares-agent/postgres",
    "ares-agent/scheduler",
    "ares-agent/pipeline",
    "ares-agent/trigger",
    "ares-agent/workflows",
    "ares-tools/postgres",
]
skills = [
    "dep:thulp-skill-files",
    "ares-agent/skills",
]
swagger-ui = ["dep:utoipa-swagger-ui"]

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.ares-agent]
version = "0.10.0"

[dependencies.ares-llm]
version = "0.10.0"

[dependencies.ares-mcp]
version = "0.10.0"
optional = true

[dependencies.ares-rag]
version = "0.10.0"

[dependencies.ares-store]
version = "0.10.0"

[dependencies.ares-tools]
version = "0.10.0"

[dependencies.ares-types]
version = "0.10.0"

[dependencies.ares-vector]
version = "0.1.4"
optional = true

[dependencies.argon2]
version = "0.5.3"

[dependencies.async-stream]
version = "0.3.6"

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

[dependencies.axum]
version = "0.8.7"
features = [
    "macros",
    "multipart",
]

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

[dependencies.cordis]
version = "0.10.0"
package = "ares-cordis"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4"

[dependencies.inventory]
version = "0.3"
optional = true

[dependencies.jsonwebtoken]
version = "10.3.0"
features = [
    "use_pem",
    "rust_crypto",
]

[dependencies.notify]
version = "8.2.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rand]
version = "0.9.2"

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

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "tls-rustls",
    "uuid",
    "chrono",
    "json",
    "migrate",
    "rust_decimal",
]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.thulp-skill-files]
version = "0.3"
optional = true

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

[dependencies.toml]
version = "0.9.8"

[dependencies.toon-format]
version = "0.4.1"
default-features = false

[dependencies.tower]
version = "0.5.2"
features = [
    "util",
    "timeout",
]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "trace",
    "cors",
    "limit",
]

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "axum_extras",
    "chrono",
    "uuid",
]

[dependencies.utoipa-swagger-ui]
version = "9.0.2"
features = ["axum"]
optional = true

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

[dev-dependencies.axum-test]
version = "18.4.1"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.tokio]
version = "1.48"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "time",
    "io-util",
    "signal",
    "fs",
    "process",
]