mach-tui 0.8.0

A terminal-first task manager for people who live in the shell and work with 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"
rust-version = "1.90"
name = "mach-tui"
version = "0.8.0"
authors = ["Qichen Liu"]
build = false
include = [
    "src/**",
    "tests/**",
    "assets/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-first task manager for people who live in the shell and work with agents"
readme = "README.md"
keywords = [
    "tui",
    "todo",
    "terminal",
    "productivity",
    "task-management",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Q1CHENL/mach"

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

[[bin]]
name = "mach"
path = "src/bin/mach.rs"

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

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

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

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

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

[dependencies.arboard]
version = "3.6.1"
features = ["image-data"]

[dependencies.base64]
version = "0.22"

[dependencies.caseless]
version = "0.2.2"

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.httpdate]
version = "1.0.3"

[dependencies.image]
version = "0.25.10"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-image]
version = "11.0.6"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1.13.1"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "limits",
]
default-features = false

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.10.9"

[dependencies.time]
version = "0.3.55"
features = ["std"]
default-features = false

[dependencies.unicode-normalization]
version = "0.1.25"

[dependencies.unicode-segmentation]
version = "1.13.3"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.ureq]
version = "3"

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

[dependencies.zip]
version = "8.6.0"
default-features = false

[dependencies.zune-jpeg]
version = "0.5.15"
features = ["log"]

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