fchat 3.0.0

Chat library for the fiddlesticks agent harness 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"
rust-version = "1.93"
name = "fchat"
version = "3.0.0"
authors = ["Philo Groves <philogroves@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chat library for the fiddlesticks agent harness framework"
readme = "README.md"
keywords = [
    "ai",
    "chat",
    "llm",
    "orchestration",
    "runtime",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/philogroves/fiddlesticks"

[lib]
name = "fchat"
path = "src/lib.rs"
doctest = true

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

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

[dependencies.fcommon]
version = "3.0.0"

[dependencies.fprovider]
version = "3.0.0"

[dependencies.ftooling]
version = "3.0.0"

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

[dependencies.futures-timer]
version = "3"

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

[dev-dependencies.tokio]
version = "=1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]