coda-core 0.1.0

Core execution engine for CODA — orchestrates AI-driven feature development workflows
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 = "coda-core"
version = "0.1.0"
authors = ["chenlh <lehuagavin@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core execution engine for CODA — orchestrates AI-driven feature development workflows"
homepage = "https://github.com/lehuagavin/coda"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lehuagavin/coda"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.claude-agent-sdk-rs]
version = "0.6"

[dependencies.coda-pm]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.minijinja]
version = "2.6"
features = ["loader"]

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"