noargs 0.4.3

Imperative command-line argument parser library with no dependencies, no macros, and no implicit I/O
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "noargs"
path = "src/lib.rs"

[[example]]
name = "arrays"
path = "examples/arrays.rs"

[[example]]
name = "basics"
path = "examples/basics.rs"

[[example]]
name = "subcommands"
path = "examples/subcommands.rs"

[dependencies]