# 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 = "sergeant" version = "0.8.1" description = "Sergeant is a terminal based Twitch chat widget and bot in one. It will display the Twitch chat from your channel in terminal while also allowing you to add chat bot commands." readme = "README.md" keywords = [ "twitch", "chat", "bot", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/s9tpepper/sergeant" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.5.1" features = [ "derive", "env", "cargo", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.color-name] version = "1.1.0" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" features = [ "cli", "clap", ] [dependencies.features] version = "0.10.0" [dependencies.full] version = "0.1.0" [dependencies.hex-rgb] version = "0.1.1" [dependencies.image] version = "0.25.0" [dependencies.openssl] version = "0.10.63" [dependencies.ratatui] version = "0.26.2" [dependencies.serde] version = "1.0.196" features = [ "alloc", "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.113" [dependencies.tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.ureq] version = "2.9.6" features = ["json"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0"