mttctl 0.4.1

A CLI tool for interacting with Meshtastic mesh networking devices
# 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 = "mttctl"
version = "0.4.1"
authors = ["matutetandil"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for interacting with Meshtastic mesh networking devices"
homepage = "https://matutetandil.github.io/mttctl"
documentation = "https://matutetandil.github.io/mttctl"
readme = "README.md"
keywords = [
    "meshtastic",
    "mesh",
    "lora",
    "cli",
    "iot",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "GPL-3.0-only"
repository = "https://github.com/matutetandil/mttctl"

[features]
ble = ["meshtastic/bluetooth-le"]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.meshtastic]
version = "0.1.8"

[dependencies.qrcode]
version = "0.14"

[dependencies.rumqttc]
version = "0.24"

[dependencies.rustyline]
version = "15"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shlex]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"