symphony-cli 0.1.0

Orchestration engine for coding agents — polls issue trackers, creates workspaces, and runs AI coding sessions
# 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"
rust-version = "1.85"
name = "symphony-cli"
version = "0.1.0"
authors = ["Carlos Escobar-Valbuena <carlosbvalbuena@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orchestration engine for coding agents — polls issue trackers, creates workspaces, and runs AI coding sessions"
homepage = "https://github.com/broomva/symphony"
readme = "README.md"
keywords = [
    "orchestration",
    "agents",
    "coding",
    "linear",
    "automation",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/broomva/symphony"

[[bin]]
name = "symphony"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dotenvy]
version = "0.15"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.serde_json]
version = "1"

[dependencies.symphony-agent]
version = "0.1.0"

[dependencies.symphony-config]
version = "0.1.0"

[dependencies.symphony-core]
version = "0.1.0"

[dependencies.symphony-observability]
version = "0.1.0"

[dependencies.symphony-orchestrator]
version = "0.1.0"

[dependencies.symphony-tracker]
version = "0.1.0"

[dependencies.symphony-workspace]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.assert_cmd]
version = "2"

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

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