twilight-interactions 0.7.1

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

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

[dependencies]
twilight-model = "0.7"
twilight-interactions-derive = { version = "=0.7.1", path = "../twilight-interactions-derive", optional = true }
twilight-http =  { version = "0.7", optional = true }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]