jit-cli 0.2.0

A CLI for fetching JIRA issue summaries, details, and current sprint tickets.
# 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 = "jit-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI for fetching JIRA issue summaries, details, and current sprint tickets."
homepage = "https://github.com/cesarferreira/jit"
readme = "README.md"
keywords = [
    "jira",
    "cli",
    "issue",
    "atlassian",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cesarferreira/jit"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.base64]
version = "0.21.7"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.prettytable]
version = "0.10.0"

[dependencies.regex]
version = "1.10.4"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.term_size]
version = "0.3.2"

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