anda_core 0.9.10

Core types and traits for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs.
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_core"
version = "0.9.10"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs."
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_core"
resolver = "2"

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

[dependencies.anda_db_schema]
version = "0.4"

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

[dependencies.bytes]
version = "1"

[dependencies.candid]
version = "0.10"

[dependencies.chrono]
version = "0.4"

[dependencies.ciborium]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.3"

[dependencies.ic-oss-types]
version = "1.2"

[dependencies.ic_auth_types]
version = "0.7"

[dependencies.ic_cose_types]
version = "0.9"

[dependencies.object_store]
version = "0.13"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "json",
    "gzip",
    "stream",
    "http2",
]
default-features = true

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

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

[dependencies.xid]
version = "1.1"
optional = true

[dev-dependencies]