[package]
edition = "2024"
name = "bsd-getopt"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal BSD-style getopt implementation in Rust"
readme = "README.md"
keywords = [
"getopt",
"cli",
"argument",
"parser",
"unix",
]
categories = ["command-line-interface"]
license = "BSD-2-Clause"
repository = "https://github.com/Numbchenchen/bsd-getopt"
[lib]
name = "bsd_getopt"
path = "src/lib.rs"
[dependencies]