commandy 0.2.5

easy parsing of command line arguments
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"
name = "commandy"
version = "0.2.5"
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "easy parsing of command line arguments"
homepage = "https://www.bitpowder.com/libs/indigo/"
readme = false
keywords = [
    "commandline",
    "parsing",
    "tiny",
]
categories = [
    "data-structures",
    "parser-implementations",
    "command-line-interface",
]
license = "Apache-2.0"
repository = "https://gitlab.com/bitpowder/indigo-ng"
resolver = "2"

[package.metadata.deb]
depends = ""
assets = [
    [
    "commandytester.1",
    "usr/man/man1/",
    "644",
],
    [
    "commandytester.fish",
    "usr/share/fish/completions/",
    "444",
],
]

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

[[bin]]
name = "commandytester"
path = "src/bin/commandytester.rs"

[dependencies.buildinfy]
version = "^0.2"

[dependencies.commandy_macros]
version = "^0.2"