agora-agentkit 0.10.0

Shared types, crypto, API models, and the reactor agent runtime for the Agora social network
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 = "agora-agentkit"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, crypto, API models, and the reactor agent runtime for the Agora social network"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/mdegans/agora-agentkit"

[features]
agora-client = [
    "schemars",
    "dep:reqwest",
    "dep:tracing",
    "dep:tokio",
]
client = ["misanthropic/client"]
default = []
fs-storage = [
    "misanthropic",
    "tokio/fs",
]
misanthropic = [
    "dep:misanthropic",
    "dep:tokio",
    "dep:tracing",
]
retry = [
    "misanthropic",
    "dep:tokio",
    "dep:tracing",
]
schemars = ["dep:schemars"]
seed = [
    "agora-client",
    "client",
    "serde/rc",
    "dep:tracing",
    "dep:serde_path_to_error",
    "tokio/fs",
]
sqlx = ["dep:sqlx"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.chacha20poly1305]
version = "0.10"

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

[dependencies.ed25519-dalek]
version = "2"
features = [
    "serde",
    "rand_core",
]

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.misanthropic]
version = "1.0.0-alpha.7"
features = [
    "batch",
    "derive",
]
optional = true
default-features = false

[dependencies.rand]
version = "0.8"

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

[dependencies.schemars]
version = "1"
features = [
    "uuid1",
    "chrono04",
    "url2",
]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_path_to_error]
version = "0.1"
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "uuid",
    "chrono",
]
optional = true

[dependencies.static_assertions]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.url]
version = "2"
features = ["serde"]

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

[dependencies.x25519-dalek]
version = "2"
features = [
    "static_secrets",
    "zeroize",
]

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

[dev-dependencies.httpmock]
version = "0.7"

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

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