# 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 = "roboplc-cli"
version = "0.4.8"
authors = ["Serhij S.
"]
description = "RoboPLC command-line interface"
readme = "README.md"
keywords = [
"realtime",
"robots",
"plc",
"industrial",
]
license = "Apache-2.0"
repository = "https://github.com/roboplc/roboplc"
[profile.release]
strip = true
[[bin]]
name = "robo"
path = "src/main.rs"
[dependencies.clap]
version = "=4.1"
features = [
"derive",
"env",
]
[dependencies.colored]
version = "1"
[dependencies.dirs]
version = "5.0.1"
[dependencies.futures-util]
version = "0.3.30"
features = ["sink"]
[dependencies.once_cell]
version = "1.19.0"
[dependencies.serde]
version = "1.0.197"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.115"
[dependencies.shlex]
version = "1.3.0"
[dependencies.term_size]
version = "0.3.2"
[dependencies.tokio]
version = "=1.36"
features = [
"rt",
"fs",
]
[dependencies.tokio-tungstenite]
version = "0.23.1"
features = ["rustls"]
[dependencies.toml]
version = "0.5"
[dependencies.ureq]
version = "2.9.6"
features = [
"json",
"native-certs",
"native-tls",
]
[dependencies.ureq_multipart]
version = "1.1.1"
[dependencies.which]
version = "3"
[target."cfg(not(target_os = \"windows\"))".dependencies.termios]
version = "0.3.3"
[target."cfg(windows)".dependencies.ansi_term]
version = "0.12.1"