pinto-cli 0.1.1

A lightweight, local-first, Git-friendly Scrum backlog and Kanban board for the CLI and 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"
rust-version = "1.89"
name = "pinto-cli"
version = "0.1.1"
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/src/**",
    "/locales/**",
    "/examples/rank_bench.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, local-first, Git-friendly Scrum backlog and Kanban board for the CLI and TUI"
readme = "README.md"
keywords = [
    "scrum",
    "kanban",
    "backlog",
    "cli",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/moriturus/pinto"

[features]
sqlite = ["dep:rusqlite"]

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

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

[[example]]
name = "rank_bench"
path = "examples/rank_bench.rs"

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "string",
]

[dependencies.clap_complete]
version = "4.6.7"

[dependencies.fluent-bundle]
version = "0.16"

[dependencies.fs4]
version = "1.1.0"
features = ["tokio"]
default-features = false

[dependencies.ratatui]
version = "0.30.2"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]
optional = true

[dependencies.rustyline]
version = "18.0.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.termimad]
version = "0.35.1"

[dependencies.terminal_size]
version = "0.4.4"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "process",
    "sync",
    "time",
]

[dependencies.toml]
version = "1.1.2"

[dependencies.unic-langid]
version = "0.9"

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

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

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

[dev-dependencies.proptest]
version = "1.9.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
]

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