forgetop 1.2.0

Keyboard-driven terminal UI for PRs, work items, and CI across six forges
# 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 = "2021"
name = "forgetop"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyboard-driven terminal UI for PRs, work items, and CI across six forges"
homepage = "https://github.com/magna-nz/forgetop"
readme = "README.md"
keywords = [
    "tui",
    "github",
    "azure-devops",
    "linear",
    "devops",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/magna-nz/forgetop"

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

[dependencies.forgetop-core]
version = "1.0.0"

[dependencies.forgetop-providers]
version = "1.0.0"

[dependencies.forgetop-server]
version = "1.0.0"

[dependencies.forgetop-tui]
version = "1.0.0"

[dependencies.open]
version = "5"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "fs",
]