lazytask 0.3.0

A task manager built for AI coding agents — plain markdown files, strict CLI, keyboard-driven TUI
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 = "lazytask"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A task manager built for AI coding agents — plain markdown files, strict CLI, keyboard-driven TUI"
readme = "README.md"
keywords = [
    "task-manager",
    "cli",
    "tui",
    "ai-agents",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/erikmunkby/lazytask"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.ureq]
version = "3"
features = ["json"]

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

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

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

[dev-dependencies.trycmd]
version = "1.0"