[dependencies.proc-macro2]
version = "^1.0.60"
[dependencies.quote]
version = "^1.0"
[dependencies.syn]
features = ["full", "derive", "extra-traits"]
version = "^1.0"
[lib]
name = "command_attr"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Alex M. M. <acdenissk69@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Procedural macros for command creation for the Serenity library."
edition = "2021"
license = "ISC"
name = "command_attr"
readme = false
version = "0.5.2"