claimd 0.2.0

Concurrent todo list CLI for multi-agent AI workflows
# 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 = "claimd"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrent todo list CLI for multi-agent AI workflows"
readme = "README.md"
keywords = [
    "todo",
    "cli",
    "agents",
    "tasks",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/spirift/claimd"

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

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

[dependencies.fs2]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "fast-rng",
    "serde",
]

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

[profile.release]
opt-level = "s"
lto = true
strip = true