# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "vesper-macros"
version = "0.13.0"
authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"]
description = "Procedural macros used by Zephyrus"
readme = "README.md"
keywords = [
    "async",
    "twilight",
    "discord",
    "slash-command",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/AlvaroMS25/vesper"
resolver = "2"

[lib]
proc-macro = true

[dependencies.darling]
version = "0.20"

[dependencies.proc-macro2]
version = ">=1.0.56"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "derive",
    "extra-traits",
]