rpc-agent 0.1.2

A modular Rust framework for building RPC-based agents with pluggable provider integrations
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 = "rpc-agent"
version = "0.1.2"
authors = ["Aminu 'Seun Joshua @seun.aminujoshua@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular Rust framework for building RPC-based agents with pluggable provider integrations"
documentation = "https://docs.rs/rpc-agent/0.1.2/rpc_agent/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/seun-ja/rpc-agent"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.rig-core]
version = "0.33.0"

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.tarpc]
version = "0.37"
features = ["full"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]