do-next 0.0.0-2026.4.8

Pick your next Jira task & manage it from the terminal
# 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 = "do-next"
version = "0.0.0-2026.4.8"
authors = ["Vlad Petrov <oss@ejiek.id>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pick your next Jira task & manage it from the terminal"
readme = "README.md"
keywords = [
    "jira",
    "tui",
    "task-management",
    "productivity",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ejiektpobehuk/do-next"

[[bin]]
name = "do-next"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"

[dependencies.indexmap]
version = "2"

[dependencies.json5]
version = "1.3"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
    "crypto-rust",
]

[dependencies.log]
version = "0.4"

[dependencies.open]
version = "5"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "10"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "query",
    "multipart",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.simplelog]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tiny_http]
version = "0.12"

[dependencies.tokio]
version = "1"
features = ["full"]