doing 0.1.13

A command line tool for remembering what you were doing and tracking what you've done
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 = "2024"
rust-version = "1.88.0"
name = "doing"
version = "0.1.13"
build = false
include = [
    "/CHANGELOG.md",
    "/LICENSE",
    "/README.md",
    "/src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool for remembering what you were doing and tracking what you've done"
readme = "README.md"
keywords = [
    "cli",
    "time-tracking",
    "productivity",
    "todo",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/aaronmallen/doing"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"

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

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

[[bin]]
name = "manpages"
path = "src/bin/manpages.rs"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.3"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dir_spec]
version = "0.5"

[dependencies.doing-config]
version = "0.1.4"

[dependencies.doing-error]
version = "0.1.1"

[dependencies.doing-ops]
version = "0.2.3"

[dependencies.doing-plugins]
version = "0.3.0"

[dependencies.doing-taskpaper]
version = "0.3.0"

[dependencies.doing-template]
version = "0.1.9"

[dependencies.doing-time]
version = "0.1.6"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.self_update]
version = "0.43"
features = [
    "archive-tar",
    "compression-flate2",
    "reqwest",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.strsim]
version = "0.11"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.yaml_serde]
version = "0.10"

[dependencies.yansi]
version = "1"
features = [
    "detect-env",
    "detect-tty",
    "hyperlink",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.pretty_assertions]
version = "1"