2020-08-06 18:18:30 +00:00
|
|
|
[package]
|
|
|
|
name = "regex_command_attr"
|
2021-09-06 12:46:16 +00:00
|
|
|
version = "0.3.6"
|
2020-08-06 18:18:30 +00:00
|
|
|
authors = ["acdenisSK <acdenissk69@gmail.com>", "jellywx <judesouthworth@pm.me>"]
|
|
|
|
edition = "2018"
|
2021-09-06 12:46:16 +00:00
|
|
|
description = "Procedural macros for command creation for the Serenity library."
|
|
|
|
license = "ISC"
|
2020-08-06 18:18:30 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote = "^1.0"
|
|
|
|
syn = { version = "^1.0", features = ["full", "derive", "extra-traits"] }
|
|
|
|
proc-macro2 = "1.0"
|
2021-09-22 20:12:29 +00:00
|
|
|
uuid = { version = "0.8", features = ["v4"] }
|