tro 2.12.0

A Trello API client for the command line
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 = "tro"
version = "2.12.0"
authors = ["Michael Aquilina <michaelaquilina@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Trello API client for the command line"
homepage = "https://github.com/MichaelAquilina/tro"
readme = "README.rst"
keywords = ["trello"]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/MichaelAquilina/tro.git"

[lib]
name = "trello"
path = "src/trello/mod.rs"
test = true

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

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

[dependencies.clap]
version = "3.0"
features = ["color"]

[dependencies.colored]
version = "2.0.0"

[dependencies.console]
version = "=0.11.2"

[dependencies.ctrlc]
version = "3.1.5"

[dependencies.dialoguer]
version = "0.6"

[dependencies.dirs]
version = "2.0.2"

[dependencies.log]
version = "0.4.8"

[dependencies.regex]
version = "1.3.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "blocking",
    "multipart",
    "form",
]

[dependencies.rustyline]
version = "~6.1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "0.7.4"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.5.5"

[dependencies.unicode-width]
version = "0.1.8"

[dependencies.url]
version = "2.1.1"

[dev-dependencies.mockito]
version = "~0.25.0"