[dependencies.async-trait]
version = "0.1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.twilight-http]
version = "0.13"
[dependencies.twilight-model]
version = "0.13"
[dependencies.zephyrus-macros]
version = "^0.4"
[features]
rc = []
[package]
authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"]
categories = ["asynchronous"]
description = "A slash-command framework meant to be used with twilight"
edition = "2018"
keywords = ["async", "twilight", "discord", "slash-command"]
license = "MIT"
name = "zephyrus"
readme = "README.md"
repository = "https://github.com/AlvaroMS25/zephyrus"
version = "0.4.0"