immargs 0.1.3

No-hassle, on-the-spot, command line argument parser
Documentation
[dependencies.immargs_macros]
version = "0.1.3"

[dev-dependencies.indoc]
version = "2"

[[example]]
name = "git-immargs"
path = "examples/git-immargs.rs"

[[example]]
name = "git-immargs_from_env"
path = "examples/git-immargs_from_env.rs"

[[example]]
name = "ls-immargs"
path = "examples/ls-immargs.rs"

[[example]]
name = "ls-immargs_from_env"
path = "examples/ls-immargs_from_env.rs"

[[example]]
name = "mv-immargs"
path = "examples/mv-immargs.rs"

[[example]]
name = "mv-immargs_from_env"
path = "examples/mv-immargs_from_env.rs"

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

[package]
authors = ["Per Liden <per@malloc.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "No-hassle, on-the-spot, command line argument parser"
edition = "2024"
homepage = "https://github.com/pliden/immargs"
include = ["README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT", "src", "tests", "examples"]
keywords = ["args", "arguments", "cli", "command-line", "parser"]
license = "MIT OR Apache-2.0"
name = "immargs"
readme = "README.md"
repository = "https://github.com/pliden/immargs"
version = "0.1.3"

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "help"
path = "tests/help.rs"

[[test]]
name = "macro"
path = "tests/macro.rs"

[[test]]
name = "non_option"
path = "tests/non_option.rs"

[[test]]
name = "option"
path = "tests/option.rs"

[[test]]
name = "type"
path = "tests/type.rs"

[[test]]
name = "version"
path = "tests/version.rs"