# 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" rust-version = "1.80" name = "tmatebot" version = "1.1.0" authors = ["Rosy.iso"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Discord bot to run instances of tmate" readme = "README.md" keywords = [ "discord", "bot", "tmate", ] license = "Zlib" repository = "https://github.com/Maiori44/tmatebot" [[bin]] name = "tmatebot" path = "src/main.rs" [dependencies.circular-buffer] version = "0.1.7" [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.owo-colors] version = "4.0.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.serenity] version = "0.12.2" features = [ "client", "builder", "cache", "collector", "model", "utils", "gateway", "rustls_backend", ] default-features = false [dependencies.sha256] version = "1.5.0" [dependencies.tokio] version = "1.39.3" features = [ "macros", "rt-multi-thread", "fs", "process", ]