runagent 0.1.49

RunAgent SDK for Rust - Client SDK for interacting with deployed AI agents
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 = "runagent"
version = "0.1.49"
authors = ["RunAgent <runagent.live@gmail.com?>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RunAgent SDK for Rust - Client SDK for interacting with deployed AI agents"
homepage = "https://run-agent.ai"
documentation = "https://docs.run-agent.ai"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "llm",
    "sdk",
    "deployment",
]
categories = [
    "api-bindings",
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/runagent-dev/runagent"

[features]
db = []
default = ["db"]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

[dependencies.bytes]
version = "1.5"

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

[dependencies.config]
version = "0.14"

[dependencies.directories]
version = "5.0"

[dependencies.dirs]
version = "5.0"

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.mime]
version = "0.3"

[dependencies.once_cell]
version = "1.19"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlx]
version = "0.7"
features = [
    "runtime-tokio-rustls",
    "sqlite",
    "chrono",
    "uuid",
]

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.21"
features = ["rustls-tls-native-roots"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2.5"

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

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

[dev-dependencies.tokio-test]
version = "0.4"