# 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 = "mostlybot" version = "0.3.0" authors = ["Maxi Saparov"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mostlybot is the twitch bot that I use for my stream on twitch" documentation = "https://docs.rs/mostlybot" readme = "README.md" keywords = [ "twitch", "bot", ] license = "MIT" repository = "https://github.com/mostlymaxi/twitch-interactive-things/tree/main/twitch/bot" [lib] name = "mostlybot" path = "src/lib.rs" [[bin]] name = "mostlybot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.franz-client] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "macros", "process", "rt-multi-thread", "signal", ] [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.twitcheventsub] version = "0.1.4"