fn0-cli 0.1.3

CLI for fn0 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 = "2024"
name = "fn0-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for fn0 cloud"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/NamseEnt/fn0"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "txz"

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

[dependencies.anyhow]
version = "=1.0.100"

[dependencies.bytes]
version = "=1.11.1"

[dependencies.chrono]
version = "=0.4.42"

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

[dependencies.color-eyre]
version = "=0.6.5"

[dependencies.dirs]
version = "=6.0.0"

[dependencies.fn0]
version = "=0.2.37"

[dependencies.fn0-deploy]
version = "=0.1.10"

[dependencies.http-body-util]
version = "=0.1.3"

[dependencies.hyper]
version = "=1.8.1"
features = ["full"]

[dependencies.hyper-util]
version = "=0.1.20"
features = ["full"]

[dependencies.inquire]
version = "=0.9.4"

[dependencies.reqwest]
version = "=0.12.28"
features = [
    "rustls-tls-webpki-roots-no-provider",
    "json",
]
default-features = false

[dependencies.rustls]
version = "=0.23.28"
features = [
    "logging",
    "std",
    "tls12",
    "aws_lc_rs",
]
default-features = false

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

[dependencies.serde_json]
version = "=1.0.148"

[dependencies.serde_yaml]
version = "=0.9.34"

[dependencies.tokio]
version = "=1.49.0"
features = ["full"]

[dependencies.toml]
version = "=0.8.23"

[dependencies.tower]
version = "=0.5.3"
features = ["util"]

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