task-track 0.6.1

A JJ workspace-based task and TODO management CLI tool
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 = "task-track"
version = "0.6.1"
authors = ["manji0"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JJ workspace-based task and TODO management CLI tool"
readme = "README.md"
keywords = [
    "cli",
    "task-management",
    "jj",
    "workspace",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/manji0/track"

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

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

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

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

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

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

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

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

[dependencies.ammonia]
version = "4.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["macros"]

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

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.directories]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.html-escape]
version = "0.2"

[dependencies.minijinja]
version = "2.0"
features = ["loader"]

[dependencies.open]
version = "5.0"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.pulldown-cmark]
version = "0.12"
features = ["html"]
default-features = false

[dependencies.regex]
version = "1.11"

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

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

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

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true