agixt-sdk 0.1.0

Rust SDK for AGiXT - A powerful AI agent framework
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.url]
version = "2.4"

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

[dev-dependencies.mockito]
version = "1.2.0"

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

[package]
authors = ["AGiXT Team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Rust SDK for AGiXT - A powerful AI agent framework"
documentation = "https://docs.rs/agixt-sdk"
edition = "2021"
keywords = ["ai", "agent", "sdk", "agixt", "api"]
license = "MIT"
name = "agixt-sdk"
readme = "README.md"
repository = "https://github.com/AGiXT/AGiXT-Rust"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]