ghai 0.6.0

ghai provides an intelligent shine to the gh command
Documentation
[[bin]]
name = "ghai-notify-finished-action"
path = "src/bin/ghai-notify-finished-action.rs"

[[bin]]
name = "ghai-print-jobs-urls"
path = "src/bin/ghai-print-jobs-urls.rs"

[[bin]]
name = "ghai-print-my-issues"
path = "src/bin/ghai-print-my-issues.rs"

[[bin]]
name = "ghai-process-notifications"
path = "src/bin/ghai-process-notifications.rs"

[dependencies.arrrg]
version = "0.6"

[dependencies.arrrg_derive]
version = "0.6"

[dependencies.chrono]
version = "0.4"

[dependencies.claudius]
version = "0.14.0"

[dependencies.getopts]
version = "0.2"

[dependencies.libc]
version = "0.2.168"

[dependencies.policyai]
version = "0.2.0"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.41"

[dependencies.urlencoding]
version = "2.1"

[dependencies.yammer]
version = "0.9"

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

[package]
authors = ["Robert Escriva <robert@rescrv.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ghai provides an intelligent shine to the gh command"
edition = "2021"
license = "Apache-2.0"
name = "ghai"
readme = "README.md"
version = "0.6.0"