things3-cloud 0.6.2

Command-line client for Things 3 using the Things Cloud 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 = "things3-cloud"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for Things 3 using the Things Cloud API"
homepage = "https://github.com/evanpurkhiser/things3-cloud"
readme = "README.md"
keywords = [
    "cli",
    "things3",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/evanpurkhiser/things3-cloud"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.console]
version = "0.15"

[dependencies.crc32fast]
version = "1.5"

[dependencies.dirs]
version = "6.0"

[dependencies.iocraft]
version = "0.7.18"

[dependencies.num_enum]
version = "0.7"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.22"
features = ["v4"]

[dev-dependencies.insta]
version = "1.46"

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

[dev-dependencies.trycmd]
version = "0.15"