apm-cli 0.1.21

CLI project manager for running AI coding agents in parallel, isolated by design.
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 = "2021"
name = "apm-cli"
version = "0.1.21"
authors = ["Philippe Pascal"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI project manager for running AI coding agents in parallel, isolated by design."
homepage = "https://philippepascal.com/lab/apm"
documentation = "https://github.com/philippepascal/apm/blob/main/README.md"
readme = "README.md"
keywords = [
    "ai-agents",
    "project-management",
    "git",
    "workflow",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BUSL-1.1"
repository = "https://github.com/philippepascal/apm"

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

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "validate_fix"
path = "tests/validate_fix.rs"

[dependencies.anyhow]
version = "1"

[dependencies.apm-core]
version = "0.1.21"

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

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

[dependencies.ctrlc]
version = "3"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.toml_edit]
version = "0.22"

[dev-dependencies.mockito]
version = "1"

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

[dev-dependencies.toml]
version = "0.8"