# 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 = "serenity_utils" version = "0.7.0" authors = ["AriusX7 "] description = "A library to provide additional utilies for Discord bots created with serenity." homepage = "https://github.com/AriusX7/serenity-utils" readme = "README.md" keywords = [ "discord", "serenity", "utilities", "rust", ] license = "ISC" repository = "https://github.com/AriusX7/serenity-utils" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serenity] version = "0.11" features = [ "client", "collector", "gateway", "model", ] default-features = false [dependencies.tokio] version = "1.0" features = ["rt"] optional = true default-features = false [features] cache = ["serenity/cache"] default = [ "cache", "rustls_backend", ] default_native_tls = [ "cache", "native_tls_backend", ] native_tls_backend = [ "tokio", "serenity/native_tls_backend", ] rustls_backend = [ "tokio", "serenity/rustls_backend", ]