[package]
edition = "2021"
name = "getoptions-long"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Argument parser inspired by Perl's Getopt::Long"
readme = "README.txt"
keywords = [
"arg",
"argument",
"cli",
"parse",
"parser",
]
categories = ["command-line-interface"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ira-peach/getoptions-long-rs"
[lib]
name = "getoptions_long"
path = "src/lib.rs"
[dependencies]