getopts 0.2.21

getopts-like option parsing.
Documentation
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"

[dependencies.std]
optional = true
package = "rustc-std-workspace-std"
version = "1.0"

[dependencies.unicode-width]
version = "0.1.5"

[dev-dependencies.log]
version = "0.4"

[features]
rustc-dep-of-std = ["unicode-width/rustc-dep-of-std", "std", "core"]

[package]
authors = ["The Rust Project Developers"]
categories = ["command-line-interface"]
description = """
getopts-like option parsing.
"""
documentation = "https://doc.rust-lang.org/getopts"
homepage = "https://github.com/rust-lang/getopts"
license = "MIT/Apache-2.0"
name = "getopts"
readme = "README.md"
repository = "https://github.com/rust-lang/getopts"
version = "0.2.21"