[dependencies.struargs_derive]
version = "0.1.1"
[lib]
name = "struargs"
path = "src/lib.rs"
[package]
authors = ["Ykong <yk0n9@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "parsing"]
description = "A macro that converts a structure into a Command parameter list"
documentation = "https://docs.rs/struargs"
edition = "2024"
keywords = ["string", "macros", "proc-macros", "args"]
license = "MIT"
name = "struargs"
readme = "README.md"
repository = "https://github.com/yk0n9/struargs"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"