partiri-cli 0.1.2

partiri CLI — Deploy and manage services on Partiri Cloud
# 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 = "partiri-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "partiri CLI — Deploy and manage services on Partiri Cloud"
homepage = "https://partiri.cloud"
readme = "README.md"
keywords = [
    "cli",
    "cloud",
    "deploy",
    "partiri",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://codeberg.org/PartiriCloud/cli"

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "alloc",
]
default-features = false

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

[dependencies.dirs]
version = "6.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.inquire]
version = "0.9"

[dependencies.json5]
version = "1.3"

[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20"
features = ["ansi"]

[dependencies.toml]
version = "1.0"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.proptest]
version = "1"

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