[package]
edition = "2024"
name = "roba-core"
version = "0.1.0"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "roba's clap-free, side-effect-free run engine: a Config in, a claude QueryResult out."
homepage = "https://github.com/joshrotenberg/roba"
documentation = "https://docs.rs/roba-core"
readme = "README.md"
keywords = [
"roba",
"claude",
"cli",
"engine",
"wrapper",
]
categories = [
"command-line-utilities",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshrotenberg/roba"
[lib]
name = "roba_core"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.claude-wrapper]
version = "0.12.3"
[dependencies.serde_json]
version = "1"