# 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 = "2018" name = "discord-rcon" version = "0.1.6" authors = ["anatawa12 "] include = ["src/**", "Cargo*"] description = "The discord bot to control game servers via rcon." readme = "README.md" keywords = ["rcon", "discord", "bot", "rcon", "minecraft"] categories = ["games"] license = "Apache-2.0 OR MIT" repository = "https://github.com/anatawa12/discord-rcon" [dependencies.rcon] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serenity] version = "0.10" features = ["builder", "client", "gateway", "model", "http", "utils", "rustls_backend"] default-features = false [dependencies.tokio] version = "1.6.0" features = ["macros", "rt-multi-thread"] [dependencies.toml] version = "0.5"