# 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 = "serenity-rich-interaction" version = "0.3.1" authors = ["trivernis "] description = "Menus and self deleting messages for the serenity discord framework" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/serenity-rich-interactions" [dependencies.dashmap] version = "5.2.0" [dependencies.futures] version = "0.3.21" [dependencies.serde_json] version = "1.0.79" [dependencies.serenity] version = "0.10.10" features = [ "builder", "http", "cache", "model", "client", "gateway", ] default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" [dependencies.tracing] version = "0.1.33" [features] default = ["native_tls_backend"] native_tls_backend = ["serenity/native_tls_backend"] rustls_backend = ["serenity/rustls_backend"]