rustora 0.2.1

A type-safe, Rust-native foundation for AI Agents, inspired by Pydantic AI.
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 = "rustora"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe, Rust-native foundation for AI Agents, inspired by Pydantic AI."
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "agent",
    "pydantic",
    "openai",
]
categories = [
    "science::robotics",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/lipish/rustora"
resolver = "2"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.llm-connector]
version = "0.5.19"

[dependencies.rustora-macros]
version = "0.2.0"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"