# 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 = "2021" rust-version = "1.67" name = "twilight-interactions" version = "0.16.0-rc.1" authors = ["baptiste0928"] include = [ "src/**/*", "README.md", ] description = "Macros and utilities to make Discord Interactions easy to use with Twilight." homepage = "https://github.com/baptiste0928/twilight-interactions#readme" documentation = "https://docs.rs/twilight-interactions" readme = "README.md" keywords = [ "twilight", "discord", "slash-command", ] categories = [ "parsing", "config", "asynchronous", ] license = "ISC" repository = "https://github.com/baptiste0928/twilight-interactions" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.twilight-interactions-derive] version = "=0.16.0-rc.1" optional = true [dependencies.twilight-model] version = "=0.16.0-rc.1" [features] default = ["derive"] derive = ["twilight-interactions-derive"]