waker-cli 1.0.1

Wake-On-LAN command line interface for Rust
# 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"
rust-version = "1.81"
name = "waker-cli"
version = "1.0.1"
authors = ["DarkCeptor44"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wake-On-LAN command line interface for Rust"
homepage = "https://github.com/DarkCeptor44/waker"
readme = "README.md"
keywords = [
    "wake-on-lan",
    "wol",
    "magic-packet",
    "wakeonlan",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/DarkCeptor44/waker"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.configura]
version = "1.1.0"

[dependencies.handy-rs]
version = "2.2.0"
features = ["pattern"]

[dependencies.inquire]
version = "0.9.2"

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

[dependencies.tabela]
version = "0.2.0"

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