[dependencies.immargs_macros]
version = "0.1.0"
[dev-dependencies.indoc]
version = "2"
[[example]]
name = "git"
path = "examples/git.rs"
[[example]]
name = "ls"
path = "examples/ls.rs"
[[example]]
name = "mv"
path = "examples/mv.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 = ["command-line", "arguments", "args"]
license = "MIT OR Apache-2.0"
name = "immargs"
readme = "README.md"
repository = "https://github.com/pliden/immargs"
version = "0.1.0"
[[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 = "unicode"
path = "tests/unicode.rs"
[[test]]
name = "version"
path = "tests/version.rs"