simple-agents-core 0.2.0

Core SimpleAgents client API integrating providers, routing, caching, and healing
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"
rust-version = "1.75"
name = "simple-agents-core"
version = "0.2.0"
authors = ["SimpleAgents Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core SimpleAgents client API integrating providers, routing, caching, and healing"
homepage = "https://github.com/rishub/simple-agents"
documentation = "https://docs.rs/simple-agent-type"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rishub/simple-agents"

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

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simple-agent-type]
version = "0.2.0"

[dependencies.simple-agents-cache]
version = "0.2.0"

[dependencies.simple-agents-healing]
version = "0.2.0"

[dependencies.simple-agents-router]
version = "0.2.0"

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

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