riptsk 0.1.0

A CLI task manager with GitHub and GitLab integration
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 = "riptsk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI task manager with GitHub and GitLab integration"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gubasso/riptsk"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.comfy-table]
version = "7"

[dependencies.console]
version = "0.16"

[dependencies.dialoguer]
version = "0.12"

[dependencies.gitlab]
version = "0.1809"

[dependencies.indicatif]
version = "0.18"

[dependencies.jiff]
version = "0.2.23"
features = ["serde"]

[dependencies.octocrab]
version = "0.49"

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.termtree]
version = "1.0.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.xdg]
version = "3.0.0"

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

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

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

[dev-dependencies.wiremock]
version = "0.6"