neuron-op-react 0.4.0

ReAct operator for neuron — model + tools in a reasoning loop
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"
name = "neuron-op-react"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ReAct operator for neuron — model + tools in a reasoning loop"
homepage = "https://github.com/secbear/neuron"
readme = "README.md"
keywords = [
    "neuron",
    "ai",
    "agent",
    "react",
    "operator",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/secbear/neuron"

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

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

[dependencies.futures-util]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.layer0]
version = "0.4.0"

[dependencies.neuron-hooks]
version = "0.4.0"

[dependencies.neuron-tool]
version = "0.4.0"

[dependencies.neuron-turn]
version = "0.4.0"

[dependencies.neuron-turn-kit]
version = "0.4.0"

[dependencies.rust_decimal]
version = "1"
features = ["serde-str"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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