tli 0.1.2

Fast file-backed task tracker for humans, hooks, and AI 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 = "tli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast file-backed task tracker for humans, hooks, and AI agents."
homepage = "https://github.com/slaveoftime/tasks-cli"
readme = "README.md"
keywords = [
    "tasks",
    "cli",
    "productivity",
    "automation",
    "agents",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/slaveoftime/tasks-cli"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"
features = [
    "form",
    "json",
    "query",
]

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

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

[dependencies.cron]
version = "0.15"

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

[dependencies.serde_json]
version = "1.0"

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

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

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

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

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
strip = true