[package]
name = "zig-core"
version = "0.11.0"
edition = "2024"
rust-version = "1.85"
license = "MIT"
repository = "https://github.com/niclaslindstedt/zig"
homepage = "https://github.com/niclaslindstedt/zig"
description = "Core library for zig — workflow orchestration engine for AI coding agents"
keywords = ["ai", "agent", "orchestration", "workflow", "automation"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
toml = "1.1"
tempfile = "3"
uuid = { version = "1", features = ["v4"] }
zip = "2"
zag-agent = "0.16.0"
zag-orch = "0.16.0"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time"] }
anyhow = "1"