llm-coding-tools-rig 0.1.0

Lightweight, high-performance Rig framework Tool implementations for coding tools
Documentation
[dependencies.llm-coding-tools-core]
features = ["tokio"]
version = "0.1.0"

[dependencies.reqwest]
default-features = false
features = ["rustls", "rustls-native-certs"]
version = "0.13"

[dependencies.rig-core]
default-features = false
features = ["reqwest-rustls"]
version = "0.28"

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.24"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight, high-performance Rig framework Tool implementations for coding tools"
edition = "2021"
include = ["src/**/*"]
license = "Apache-2.0"
name = "llm-coding-tools-rig"
readme = "README.md"
repository = "https://github.com/Sewer56/llm-coding-tools"
version = "0.1.0"