usepod-agent 0.3.2

Use Pod marketplace provider agent — connects local inference backends (vLLM, llama.cpp, LM Studio, Ollama) to the Use Pod coordinator and earns USDC for served jobs.
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 = "usepod-agent"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use Pod marketplace provider agent — connects local inference backends (vLLM, llama.cpp, LM Studio, Ollama) to the Use Pod coordinator and earns USDC for served jobs."
homepage = "https://usepod.ai"
readme = "README.md"
keywords = [
    "ai",
    "inference",
    "marketplace",
    "llm",
    "solana",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Sortis-AI/usepod-agent"

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

[[bin]]
name = "usepod-agent"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.directories]
version = "6"

[dependencies.ed25519-dalek]
version = "2.2"
features = [
    "rand_core",
    "pem",
    "pkcs8",
]

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

[dependencies.hyper]
version = "1"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.prometheus]
version = "0.14"

[dependencies.rand]
version = "0.8"

[dependencies.rand_core]
version = "0.6"
features = ["std"]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.service-manager]
version = "0.11"
default-features = false

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

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

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[dependencies.url]
version = "2"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
    "test-util",
]