[package]
edition = "2024"
name = "arrrg"
version = "0.9.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "arrrg provides a wrapper around the getops library for stable commandline parsing."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rescrv/blue"
[lib]
name = "arrrg"
path = "src/lib.rs"
[[test]]
name = "derive"
path = "tests/derive.rs"
[[test]]
name = "optional"
path = "tests/optional.rs"
[dependencies.arrrg_derive]
version = "0.9.0"
[dependencies.getopts]
version = "0.2"