[package]
edition = "2024"
name = "neuron-tool"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool interface and registry for neuron"
homepage = "https://github.com/secbear/neuron"
readme = "README.md"
keywords = [
"neuron",
"ai",
"agent",
"tools",
"function-calling",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/secbear/neuron"
[lib]
name = "neuron_tool"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]