tada 0.1.2

a todo list manager
Documentation
# 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 = "tada"
version = "0.1.2"
authors = ["Toby Inkster <tobyink@cpan.org>"]
description = "a todo list manager"
readme = "README.md"
keywords = [
    "todotxt",
    "todo",
    "task",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0 OR GPL-2.0-or-later"
repository = "https://github.com/tobyink/rust-tada"

[package.metadata.deb]
assets = [
    [
    "README.md",
    "usr/share/doc/tada/README",
    "644",
],
    [
    "changelog.md",
    "usr/share/doc/tada/changelog",
    "644",
],
]

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.1.4"
features = ["wrap_help"]

[dependencies.console]
version = "0.15.5"

[dependencies.date_time_parser]
version = "0.2.0"

[dependencies.freezebox]
version = "0.2.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.path-absolutize]
version = "3.0.14"

[dependencies.promptly]
version = "0.3.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.7"

[dependencies.reqwest]
version = "0.11.14"
features = ["blocking"]

[dependencies.substring]
version = "1.4.0"

[dependencies.tempfile]
version = "3.3.0"

[dependencies.url]
version = "2.3.1"