[dependencies.execute-command-tokens]
version = "0.1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[lib]
name = "execute_command_macro_impl"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Magic Len <len@magiclen.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Create `Command` instances using the `command!` macro."
edition = "2021"
homepage = "https://magiclen.org/execute"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["execute", "command"]
license = "MIT"
name = "execute-command-macro-impl"
readme = "README.md"
repository = "https://github.com/magiclen/execute"
rust-version = "1.80"
version = "0.1.12"