[package]
name = "struargs"
version = "0.2.1"
edition = "2024"
authors = ["Ykong <yk0n9@outlook.com>"]
license = "MIT"
description = "A macro that converts a structure into a Command parameter list"
keywords = ["string", "macros", "proc-macros", "args"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]
documentation = "https://docs.rs/struargs"
repository = "https://github.com/yk0n9/struargs"
readme = "README.md"
[dependencies]
struargs_derive = { path = "struargs_derive", version = "0.2.1" }