# 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 = "minebot" version = "1.0.0" authors = ["Noah Dunbar "] build = false include = [ "**/*.rs", "Cargo.{toml,lock}", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Discord bot to interact with your Minecraft server" homepage = "https://github.com/The-Noah/minebot" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/The-Noah/minebot" [[bin]] name = "minebot" path = "src/main.rs" [dependencies.async-minecraft-ping] version = "0.8.0" [dependencies.dotenv] version = "0.15.0" [dependencies.rcon] version = "0.6.0" features = ["rt-tokio"] [dependencies.serenity] version = "0.12.2" features = [ "client", "gateway", "model", "rustls_backend", ] default-features = false [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "signal", ]