[dependencies]
[dev-dependencies.quickcheck]
default-features = false
features = []
version = "1"
[features]
[lib]
name = "getopt3"
path = "src/getopt.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "parser-implementations"]
description = "Zero dependency command line argument parser"
edition = "2021"
homepage = "https://gitlab.com/hsn10/getopt3"
keywords = ["cli", "getopt", "arg", "argument", "parser"]
license = "MIT"
name = "getopt3"
readme = "README.md"
repository = "https://gitlab.com/hsn10/getopt3.git"
rust-version = "1.56.0"
version = "2.6.0-beta.2"
[[test]]
name = "Example"
path = "tests/Example.rs"
[[test]]
name = "Example_tests"
path = "tests/Example_tests.rs"
[[test]]
name = "Main"
path = "tests/Main.rs"