# 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 = "shuttle-serenity" version = "0.49.0" description = "Service implementation to run a serenity server on shuttle" readme = "README.md" keywords = [ "shuttle-service", "serenity", ] license = "Apache-2.0" repository = "https://github.com/shuttle-hq/shuttle" [dependencies.serenity] version = "0.12" features = [ "client", "gateway", "model", ] optional = true default-features = false [dependencies.serenity-0-11] version = "0.11.7" features = [ "client", "gateway", "model", ] optional = true default-features = false package = "serenity" [dependencies.shuttle-runtime] version = "0.49.0" default-features = false [features] default = ["rustls_backend"] native_tls_backend = ["serenity/native_tls_backend"] rustls_backend = ["serenity/rustls_backend"] serenity-0-11-native_tls_backend = ["serenity-0-11/native_tls_backend"] serenity-0-11-rustls_backend = ["serenity-0-11/rustls_backend"]