doist 0.4.0

doist is an unofficial command line app for interacting with the Todoist API
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"
name = "doist"
version = "0.4.0"
authors = ["Dominykas Djacenko <chaosteil@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "doist is an unofficial command line app for interacting with the Todoist API"
homepage = "https://github.com/chaosteil/doist"
readme = "README.md"
keywords = [
    "todoist",
    "todo",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/chaosteil/doist"

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

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

[[test]]
name = "commands"
path = "tests/commands/main.rs"

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

[dependencies.chrono-tz]
version = "0.10.4"
features = ["serde"]

[dependencies.clap]
version = "4.5.45"
features = [
    "derive",
    "wrap_help",
]

[dependencies.color-eyre]
version = "0.6.5"
default-features = false

[dependencies.config]
version = "0.15.14"
features = ["toml"]

[dependencies.dialoguer]
version = "0.11.0"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.json-patch]
version = "4.0.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.owo-colors]
version = "4.2.2"
features = ["supports-colors"]

[dependencies.reqwest]
version = "0.12.23"

[dependencies.reqwest-middleware]
version = "0.4.2"

[dependencies.reqwest-retry]
version = "0.7.0"

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

[dependencies.serde-aux]
version = "4.7.0"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.serde_with]
version = "3.14.0"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.8.23"

[dependencies.url]
version = "2.5.7"
features = ["serde"]

[dependencies.uuid]
version = "1.18.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]

[dependencies.xdg]
version = "3.0.0"

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

[dev-dependencies.assert_fs]
version = "1.1.3"

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

[dev-dependencies.wiremock]
version = "0.6.4"

[profile.dist]
lto = "thin"
inherits = "release"