fundaia 0.7.2

Command line for the Fundaia deployment platform: projects, services, variables, deployments, logs and metrics
# 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.82"
name = "fundaia"
version = "0.7.2"
authors = ["Alex Alonso <alex28042@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line for the Fundaia deployment platform: projects, services, variables, deployments, logs and metrics"
homepage = "https://github.com/alex28042/fundaia-apps/tree/main/cli"
readme = "README.md"
keywords = [
    "deployment",
    "paas",
    "cli",
    "self-hosted",
    "containers",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/alex28042/fundaia-apps"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.dirs]
version = "5.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hostname]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.open]
version = "5.3"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
    "gzip",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.terminal_size]
version = "0.4"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "macros",
    "local-offset",
]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "process",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.toml]
version = "0.8"

[dev-dependencies]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true