[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"