helm-sdk 0.5.15

Rust SDK for HELM — fail-closed tool calling for AI agents
Documentation
[workspace]
members = ["."]

[package]
name = "helm-sdk"
version = "0.5.15"
edition = "2021"
description = "Rust SDK for HELM — fail-closed tool calling for AI agents"
license = "Apache-2.0"
repository = "https://github.com/Mindburn-Labs/helm-ai-kernel"

[dependencies]
reqwest = { version = "0.13", features = ["json", "multipart", "blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tonic = { version = "0.12", optional = true }
prost = { version = "0.13", optional = true }
prost-types = { version = "0.13", optional = true }

[build-dependencies]
tonic-build = { version = "0.12", optional = true }

[features]
codegen = ["dep:tonic", "dep:prost", "dep:prost-types", "dep:tonic-build"]