[dependencies]
[lib]
name = "noargs"
path = "src/lib.rs"
[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Imperative command-line argument parser library with no dependencies, no macros, and no implicit I/O"
edition = "2024"
homepage = "https://github.com/sile/noargs"
license = "MIT"
name = "noargs"
readme = "README.md"
repository = "https://github.com/sile/noargs"
version = "0.3.1"