gallo 0.6.0

Batch mode application to control a Pico de Gallo device
Documentation
# 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"
rust-version = "1.90"
name = "gallo"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batch mode application to control a Pico de Gallo device"
documentation = "https://docs.rs/gallo"
readme = "README.md"
keywords = [
    "cli",
    "utility",
    "pico-de-gallo",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/OpenDevicePartnership/pico-de-gallo"
resolver = "2"

[lib]
name = "gallo"
path = "src/lib.rs"

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.pico-de-gallo-lib]
version = "0.5.0"

[dependencies.tabled]
version = "0.20.0"

[dependencies.tokio]
version = "1.52.1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "time",
]