acctl 3.3.2

AutoCore Control Tool - CLI for managing AutoCore projects and deployments
# 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 = "acctl"
version = "3.3.2"
authors = ["ADC <support@automateddesign.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AutoCore Control Tool - CLI for managing AutoCore projects and deployments"
readme = "README.md"
keywords = [
    "automation",
    "industrial",
    "cli",
    "control",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/automateddesign/autocore-server"
resolver = "3"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5"

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

[dependencies.mechutil]
version = "0.6"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.21"
features = ["native-tls"]

[dependencies.toml]
version = "0.8"

[dependencies.zip]
version = "2.2"