# 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" name = "bevy-discord" version = "0.4.0" authors = ["Aditya Kumar "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A bevy plugin for sending and receiving discord messages." readme = "README.md" keywords = [ "bevy", "plugin", "discord", ] license = "MIT" repository = "https://github.com/AS1100K/bevy-discord" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bevy_discord" path = "src/lib.rs" [[example]] name = "basic_bot" path = "examples/basic_bot.rs" doc-scrape-examples = true [[example]] name = "reactions" path = "examples/reactions.rs" doc-scrape-examples = true [[example]] name = "slash_commands" path = "examples/slash_commands.rs" doc-scrape-examples = true [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.flume] version = "0.11" [dependencies.paste] version = "1" [dependencies.serenity] version = "0.12" features = [ "gateway", "framework", "model", ] optional = true [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "rt", ] [dependencies.tracing] version = "0.1" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.serde_json] version = "1" [features] bot = [ "tokio/sync", "http", ] bot_cache = ["serenity/cache"] full = [ "bot", "http", ] http = ["dep:serenity"]