clickup-cli 0.9.1

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"
rust-version = "1.88"
name = "clickup-cli"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the ClickUp API, optimized for AI agents"
homepage = "https://clickup-cli.com/"
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_attachment"
path = "tests/test_attachment.rs"

[[test]]
name = "test_branch_detect"
path = "tests/test_branch_detect.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_mcp_filter"
path = "tests/test_mcp_filter.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"

[dependencies.dirs]
version = "6"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "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 = "1"

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

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

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

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