ftooling 1.0.0

Tool library for the fiddlesticks agent harness framework
Documentation
[package]
name = "ftooling"
version = "1.0.0"
edition = "2024"
rust-version = "1.93"
authors = ["Philo Groves <philogroves@gmail.com>"]
description = "Tool library for the fiddlesticks agent harness framework"
license = "MIT"
repository = "https://github.com/philogroves/fiddlesticks"
keywords = ["ai", "tools", "function-calling", "runtime", "orchestration"]
categories = ["asynchronous", "development-tools"]

[dependencies]
fcommon = { path = "../fcommon", version = "1.0.0" }
futures-timer = "3"
futures-util = "0.3"
fprovider = { path = "../fprovider", version = "1.0.0" }
serde_json = "1"

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

[lib]
doctest = true