dsl_cli 0.4.0

A small proc-macro DSL for defining command-line interfaces.
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"
name = "dsl_cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small proc-macro DSL for defining command-line interfaces."
readme = "README.md"
keywords = [
    "argument",
    "cli",
    "arg",
    "parser",
    "parse",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/rarescovei5/dsl_cli"
resolver = "2"

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

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

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

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

[dependencies.dsl_cli_core]
version = "0.4.0"

[dependencies.dsl_cli_macro]
version = "0.4.0"