anda_engine_server 0.9.9

A http server to serve multiple Anda engines.
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 = "anda_engine_server"
version = "0.9.9"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A http server to serve multiple Anda engines."
readme = "README.md"
keywords = [
    "ai-agent",
    "icp",
    "tee",
]
categories = [
    "accessibility",
    "web-programming",
    "development-tools",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ldclabs/anda/tree/main/anda_engine_server"
resolver = "2"

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

[dependencies.anda_core]
version = "0.9"

[dependencies.anda_engine]
version = "0.9"

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "http2",
    "json",
    "matched-path",
    "tokio",
    "query",
]
default-features = true

[dependencies.candid]
version = "0.10"

[dependencies.ciborium]
version = "0.2"

[dependencies.http]
version = "1.3"

[dependencies.ic_auth_types]
version = "0.7"

[dependencies.ic_auth_verifier]
version = "0.7"
features = ["full"]

[dependencies.ic_cose_types]
version = "0.9"

[dependencies.ic_tee_agent]
version = "0.6"

[dependencies.log]
version = "0.4"
features = ["kv_serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.structured-logger]
version = "1"

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

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

[dev-dependencies]