arch_msgs 0.2.3

Command line messages in the style that is used in Arch Linux scripts
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 = "2021"
name = "arch_msgs"
version = "0.2.3"
authors = ["Michael Picht <mipi@fsfe.org>"]
build = false
exclude = [
    "Makefile",
    ".git*",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line messages in the style that is used in Arch Linux scripts"
homepage = "https://codeberg.org/rust-utils/arch_msgs"
documentation = "https://docs.rs/arch_msgs/latest/arch_msgs/"
readme = "README.md"
keywords = [
    "arch_linux",
    "messages",
    "command_line",
    "cli",
]
categories = ["command-line-interface"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/rust-utils/arch_msgs"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.colored]
version = "3"