[package]
name = "acctl"
version = "3.3.2"
edition = "2021"
authors = ["ADC <support@automateddesign.com>"]
description = "AutoCore Control Tool - CLI for managing AutoCore projects and deployments"
license-file = "LICENSE"
repository = "https://github.com/automateddesign/autocore-server"
keywords = ["automation", "industrial", "cli", "control"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
futures-util = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
mechutil = "0.6"
toml = "0.8"
base64 = "0.22"
zip = "2.2"
anyhow = "1"
chrono = "0.4"
colored = "2"
dirs = "5"
[[bin]]
name = "acctl"
path = "src/main.rs"