needle_lib 0.1.1

A Rust inference library for the Cactus Needle2 binary model, supporting local tool-calling and LLM reasoning.
[package]
name = "needle_lib"
version = "0.1.1"
edition = "2024"
description = "A Rust inference library for the Cactus Needle2 binary model, supporting local tool-calling and LLM reasoning."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/jc4st3lls/needle_lib"
keywords = ["inference", "cactus", "needle", "tool-calling", "ffi"]
categories = ["api-bindings", "development-tools::ffi"]
include = [
    "src/**/*",
    "examples/**/*",
    "Cargo.toml",
    "build.rs",
    "wrapper.h",
    "README.md",
    "LICENSE",
]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
anyhow = "1"

[build-dependencies]
bindgen = "0.72.1"
ureq = { version = "3.4"}