auto-args 0.3.2

Parse command line arguments by defining a struct.
Documentation
[dependencies.auto-args-derive]
version = "0.1.5"

[dependencies.meval]
optional = true
version = "0.2.0"

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

[package]
authors = ["David Roundy <daveroundy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Parse command line arguments by defining a struct."
edition = "2018"
keywords = ["clap", "cli", "parse", "args", "argument"]
license = "Apache-2.0/MIT"
name = "auto-args"
readme = "README.md"
repository = "https://github.com/droundy/auto-args"
version = "0.3.2"

[[test]]
name = "bool-and-option-in-substruct"
path = "tests/bool-and-option-in-substruct.rs"

[[test]]
name = "create-guide"
path = "tests/create-guide.rs"

[[test]]
name = "deeply-nested-with-underscores"
path = "tests/deeply-nested-with-underscores.rs"

[[test]]
name = "doc-comment"
path = "tests/doc-comment.rs"

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

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

[[test]]
name = "enum-required-by-optional-struct"
path = "tests/enum-required-by-optional-struct.rs"

[[test]]
name = "enum-with-variant-having-only-optional-params"
path = "tests/enum-with-variant-having-only-optional-params.rs"

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

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

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

[[test]]
name = "only-one-variant"
path = "tests/only-one-variant.rs"

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

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

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

[[test]]
name = "tuple-struct"
path = "tests/tuple-struct.rs"

[[test]]
name = "underscore-in-optional-field"
path = "tests/underscore-in-optional-field.rs"

[[test]]
name = "unit-struct"
path = "tests/unit-struct.rs"