apm-core 0.1.13

Core library for APM — a git-native project manager for parallel AI coding agents.
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-core"
version = "0.1.13"
authors = ["Philippe Pascal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for APM — a git-native project manager for parallel AI coding agents."
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 = ["development-tools"]
license = "BUSL-1.1"
repository = "https://github.com/philippepascal/apm"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.indexmap]
version = "2"

[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.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"

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