[[bench]]
harness = false
name = "checkpoint_benchmarks"
path = "benches/checkpoint_benchmarks.rs"
[[bench]]
harness = false
name = "execution_benchmarks"
path = "benches/execution_benchmarks.rs"
[[bench]]
harness = false
name = "mapreduce_benchmarks"
path = "benches/mapreduce_benchmarks.rs"
[[bench]]
harness = false
name = "memory_benchmarks"
path = "benches/memory_benchmarks.rs"
[[bench]]
harness = false
name = "regression"
path = "benches/regression.rs"
[[bench]]
name = "storage_abstraction_benchmarks"
path = "benches/storage_abstraction_benchmarks.rs"
[[bench]]
harness = false
name = "storage_benchmarks"
path = "benches/storage_benchmarks.rs"
[[bin]]
name = "prodigy"
path = "src/main.rs"
[build-dependencies.chrono]
version = "0.4"
[build-dependencies.clap]
features = ["derive"]
version = "4.5"
[build-dependencies.clap_mangen]
version = "0.2"
[build-dependencies.flate2]
version = "1.0"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.aws-config]
version = "1.5"
[dependencies.aws-sdk-s3]
version = "1.60"
[dependencies.axum]
features = ["ws"]
version = "0.8"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.csv]
version = "1.3"
[dependencies.deadpool-redis]
version = "0.18"
[dependencies.directories]
version = "6.0"
[dependencies.dirs]
version = "6.0"
[dependencies.flate2]
version = "1.0"
[dependencies.futures]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.git2]
version = "0.19"
[dependencies.glob]
version = "0.3"
[dependencies.gray_matter]
version = "0.3"
[dependencies.hostname]
version = "0.4"
[dependencies.humantime-serde]
version = "1.1"
[dependencies.indicatif]
version = "0.18"
[dependencies.log]
version = "0.4"
[dependencies.lru]
version = "0.12"
[dependencies.md5]
version = "0.8"
[dependencies.mime_guess]
version = "2.0"
[dependencies.nix]
features = ["signal", "process"]
version = "0.30"
[dependencies.notify]
version = "8.2"
[dependencies.once_cell]
version = "1.19"
[dependencies.pest]
version = "2.7"
[dependencies.pest_derive]
version = "2.7"
[dependencies.petgraph]
version = "0.8"
[dependencies.rand]
version = "0.9"
[dependencies.redis]
features = ["tokio-comp", "connection-manager", "json"]
version = "0.27"
[dependencies.regex]
version = "1.11"
[dependencies.reqwest]
default-features = false
features = ["json", "multipart", "native-tls"]
version = "0.12"
[dependencies.semver]
features = ["serde"]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.shell-words]
version = "1.1"
[dependencies.signal-hook]
version = "0.3"
[dependencies.sqlx]
features = ["sqlite", "postgres", "runtime-tokio-native-tls", "chrono", "uuid", "migrate"]
version = "0.8"
[dependencies.syn]
features = ["full", "visit"]
version = "2.0"
[dependencies.sys-info]
version = "0.9"
[dependencies.sysinfo]
version = "0.37.0"
[dependencies.tempfile]
version = "3.10"
[dependencies.tera]
version = "1.19"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.45"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tokio-tungstenite]
version = "0.27"
[dependencies.toml]
version = "0.9"
[dependencies.tower-http]
features = ["cors"]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.10"
[dependencies.walkdir]
version = "2.5"
[dependencies.whoami]
version = "1.5"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.7"
[dev-dependencies.insta]
features = ["json", "redactions"]
version = "1.39"
[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.predicates]
version = "3.1"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[features]
default = []
vendored-openssl = ["reqwest/native-tls-vendored"]
[lib]
name = "prodigy"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(never)"]
level = "warn"
priority = 0
[package]
authors = ["Glen Baker <iepathos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools", "command-line-utilities"]
description = "Turn ad-hoc Claude sessions into reproducible development pipelines with parallel AI agents"
edition = "2021"
keywords = ["ai", "claude", "code-review", "automation", "development"]
license = "MIT"
name = "prodigy"
readme = "README.md"
repository = "https://github.com/iepathos/prodigy"
version = "0.1.8"
[[test]]
name = "claude_streaming_test"
path = "tests/claude_streaming_test.rs"
[[test]]
name = "cli_integration_tests"
path = "tests/cli_integration_tests.rs"
[[test]]
name = "environment_workflow_test"
path = "tests/environment_workflow_test.rs"
[[test]]
name = "formatting_consistency"
path = "tests/formatting_consistency.rs"
[[test]]
name = "mapreduce_command_input_test"
path = "tests/mapreduce_command_input_test.rs"
[[test]]
name = "mapreduce_resume_integration_test"
path = "tests/mapreduce_resume_integration_test.rs"
[[test]]
name = "timeout_integration_test"
path = "tests/timeout_integration_test.rs"
[[test]]
name = "workflow_composition_test"
path = "tests/workflow_composition_test.rs"
[[test]]
name = "workflow_execution_baseline"
path = "tests/workflow_execution_baseline.rs"
[[test]]
name = "worktree_cleanup_integration"
path = "tests/worktree_cleanup_integration.rs"