relay-cli 0.1.2

CLI interface for Relay Agents.
# 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 = "relay-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for Relay Agents."
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitlab.com/relay-mail/rust/cli"

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.atty]
version = "0.2.14"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.console]
version = "0.16.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.edit]
version = "0.1.5"

[dependencies.image]
version = "0.25.9"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.qrcode]
version = "0.14.1"

[dependencies.relay-lib]
version = "0.1.0-rc.0"

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

[dependencies.ron]
version = "0.12.0"

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

[dependencies.serde_json]
version = "1.0.149"