agentproc 0.11.1

AgentProc Protocol SDK — connect any Agent CLI to a messaging platform (Rust)
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 = "agentproc"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AgentProc Protocol SDK — connect any Agent CLI to a messaging platform (Rust)"
homepage = "https://agentproc.dev"
documentation = "https://docs.rs/agentproc"
readme = "README.md"
keywords = [
    "agentproc",
    "agent",
    "bridge",
    "protocol",
    "cli",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jeffkit/agentproc"

[features]
default = [
    "executors",
    "yaml",
    "multimodal",
]
executors = []
multimodal = [
    "dep:reqwest",
    "dep:futures-util",
    "dep:base64",
]
yaml = ["serde_yaml"]

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

[[example]]
name = "run_profile"
path = "examples/run_profile.rs"

[[example]]
name = "sdk_harness"
path = "examples/sdk_harness.rs"

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

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

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.once_cell]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "io-util",
    "rt",
    "sync",
    "macros",
    "time",
]

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

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

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