blitzagent 0.2.2

multi api Ai-agent framework
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 = "blitzagent"
version = "0.2.2"
authors = ["Lorenz Mielke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "multi api Ai-agent framework"
readme = "README.md"
keywords = [
    "ai",
    "chat",
    "agent",
    "tool",
]
license-file = "LICENSE"
repository = "https://github.com/Lommix/blitzdenk"

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

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

[dependencies.crossbeam]
version = "0.8.4"
features = ["crossbeam-channel"]

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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