[package]
edition = "2024"
rust-version = "1.85"
name = "execute-command-macro"
version = "0.3.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create `Command` instances using the `command!` macro or the `command_args!` macro."
homepage = "https://magiclen.org/execute"
readme = "README.md"
keywords = [
"execute",
"command",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/magiclen/execute"
[lib]
name = "execute_command_macro"
path = "src/lib.rs"
[dependencies.execute-command-macro-impl]
version = "0.3"