[package]
edition = "2018"
name = "nzb"
version = "0.5.2"
authors = ["Govind KP <reisub0@gmail.com>"]
description = "Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline"
readme = "./README.md"
keywords = ["productivity", "nozbe", "cli", "todo", "task"]
categories = ["api-bindings", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/reisub0/nzb"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.dirs]
version = "^1.0.5"
[dependencies.docopt]
version = "^1"
[dependencies.prettytable-rs]
version = "^0.8"
[dependencies.reqwest]
version = "^0.9.11"
[dependencies.serde]
version = "^1"
features = ["derive"]
[dependencies.serde_derive]
version = "^1"
[dependencies.serde_json]
version = "^1"
[dependencies.skim]
version = "^0.5.5"
[dependencies.webbrowser]
version = "^0.4.0"
[badges.gitlab]
branch = "master"
repository = "reisub0/nzb"
[badges.is-it-maintained-issue-resolution]
repository = "reisub0/nzb"
[badges.is-it-maintained-open-issues]
repository = "reisub0/nzb"
[badges.maintenance]
status = "actively-developed"