twilight-interactions 0.7.2

Macros and utilities to make Discord Interactions easy to use with Twilight.
Documentation
[dependencies.twilight-http]
optional = true
version = "0.7.2"

[dependencies.twilight-interactions-derive]
optional = true
version = "=0.7.2"

[dependencies.twilight-model]
version = "0.7.2"

[features]
default = ["derive"]
derive = ["twilight-interactions-derive"]
http = ["twilight-http"]

[package]
authors = ["baptiste0928"]
categories = ["parsing", "configuration", "asynchronous"]
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
documentation = "https://docs.rs/twilight-interactions"
edition = "2018"
homepage = "https://github.com/baptiste0928/twilight-interactions#readme"
include = ["src/**/*", "README.md"]
keywords = ["twilight", "discord", "slash-command"]
license = "ISC"
name = "twilight-interactions"
readme = "README.md"
repository = "https://github.com/baptiste0928/twilight-interactions"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]