cli-command 0.1.0

A lightweight and ergonomic command-line argument parser for Rust
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

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

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

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

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

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

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

[package]
authors = ["Efim Goncharuk <efimster@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing"]
description = "A lightweight and ergonomic command-line argument parser for Rust"
edition = "2021"
keywords = ["cli", "command-line", "parser", "arguments"]
license = "MIT"
name = "cli-command"
readme = "README.md"
repository = "https://gitlab.com/Efimster/cli-command"
version = "0.1.0"