tacks 0.2.1

Lightweight task manager for 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 = "2024"
name = "tacks"
version = "0.2.1"
build = false
exclude = [
    ".claude/",
    "AGENTS.md",
    "CLAUDE.md",
    "memory/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight task manager for AI coding agents"
readme = "README.md"
keywords = [
    "task-manager",
    "cli",
    "ai-agent",
    "sqlite",
    "local",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/srmccray/tacks"

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

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

[[test]]
name = "bdd"
path = "tests/bdd/main.rs"
harness = false

[dependencies.askama]
version = "0.13"

[dependencies.axum]
version = "0.8"

[dependencies.axum-htmx]
version = "0.6"

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

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

[dependencies.colored]
version = "3"

[dependencies.rusqlite]
version = "0.33"
features = ["bundled"]

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "signal",
]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[dev-dependencies.cucumber]
version = "0.21"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = true
strip = true