llmoxide-tools 0.1.0

Tool-calling runner for llmoxide (schemas, dispatch, streaming callbacks)
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.95"
name = "llmoxide-tools"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool-calling runner for llmoxide (schemas, dispatch, streaming callbacks)"
homepage = "https://github.com/acutis33/llmoxide-rs"
documentation = "https://docs.rs/llmoxide-tools"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/acutis33/llmoxide-rs"

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

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

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

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

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

[dependencies.llmoxide]
version = "0.1.0"

[dependencies.schemars]
version = "0.8"
features = ["derive"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.dotenvy]
version = "0.15"

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