git-task 0.2.4

Local-first task manager/bug tracker within your git repository which can sync issues with remote sources.
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 = "git-task"
version = "0.2.4"
authors = ["jhspetersson <jhspetersson@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first task manager/bug tracker within your git repository which can sync issues with remote sources."
homepage = "https://github.com/jhspetersson/git-task"
documentation = "https://github.com/jhspetersson/git-task/blob/master/README.md"
readme = "README.md"
keywords = [
    "git",
    "task",
    "manager",
    "bug",
    "tracker",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/jhspetersson/git-task"

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

[[bin]]
name = "git-task"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.enable-ansi-support]
version = "0.3"

[dependencies.evalexpr]
version = "11"

[dependencies.futures-util]
version = "0.3"

[dependencies.git2]
version = "0.20.0"
default-features = false

[dependencies.gitlab]
version = "0.1809.0"

[dependencies.graphql_client]
version = "0.16"
features = ["reqwest-blocking"]

[dependencies.jira_v3_openapi]
version = "1"
features = ["all"]

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.octocrab]
version = "0.49.5"
features = ["stream"]

[dependencies.redmine-api]
version = "0.11"

[dependencies.regex]
version = "1.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1.39"
features = ["rt-multi-thread"]