[dependencies.litrs]
version = "^0.4"
[dependencies.proc-macro2]
version = "^1.0"
[dependencies.quote]
version = "^1.0"
[dependencies.syn]
version = "^1.0"
[lib]
name = "commandy_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations", "command-line-interface"]
description = "easy parsing of command line arguments"
edition = "2021"
homepage = "https://www.bitpowder.com/libs/indigo/"
keywords = ["commandline", "parsing", "tiny"]
license = "Apache-2.0"
name = "commandy_macros"
readme = false
repository = "https://gitlab.com/bitpowder/indigo-ng"
version = "0.2.2"