wrpt 0.6.4

A minimal Portainer cli built with Rust
# 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 = "wrpt"
version = "0.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal Portainer cli built with Rust"
readme = "README.md"
keywords = [
    "portainer",
    "cli",
    "deploy",
    "docker",
    "swarm",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/wahl-dev/wrpt"

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

[dependencies.anstyle]
version = "1.0.10"

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

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

[dependencies.const_format]
version = "0.2.34"

[dependencies.log]
version = "0.4.22"

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.serde_repr]
version = "0.1.19"

[dependencies.simplelog]
version = "^0.12.2"
features = ["paris"]

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