# 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-derive" version = "0.16.0-rc.1" authors = ["baptiste0928"] 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" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2"