[package]
name = "agentcore"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A minimal Rust crate that gives any application agentic capabilities."
repository = "https://github.com/canvascomputing/agentcore"
readme = "../../README.md"
keywords = ["agent", "llm", "ai", "tools", "agentic"]
categories = ["api-bindings", "asynchronous"]
[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "fs", "io-util", "process", "time", "signal"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
libc = "0.2"
reqwest = { version = "0.12", features = ["json", "stream"] }
futures-util = "0.3"
[dev-dependencies]
tempfile = "3"