clickup-cli 0.6.2

CLI for the ClickUp API, optimized for AI agents
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 = "clickup-cli"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the ClickUp API, optimized for AI agents"
homepage = "https://nicholasbester.github.io/clickup-cli/"
readme = "README.md"
keywords = [
    "clickup",
    "cli",
    "api",
    "ai-agents",
    "productivity",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/nicholasbester/clickup-cli"

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

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

[[test]]
name = "test_cli"
path = "tests/test_cli.rs"

[[test]]
name = "test_client"
path = "tests/test_client.rs"

[[test]]
name = "test_config"
path = "tests/test_config.rs"

[[test]]
name = "test_error"
path = "tests/test_error.rs"

[[test]]
name = "test_output"
path = "tests/test_output.rs"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.comfy-table]
version = "=7.1.1"

[dependencies.dirs]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "multipart",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

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

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

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

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