# 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 = "hubbub" version = "0.10.1" authors = ["github:zxcv05"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Discord self-bot library for rust" readme = "README.md" keywords = [ "discord", "self", "bot", ] license = "GPL-3.0-or-later" repository = "https://github.com/zxcv05/hubbub" [lib] name = "hubbub" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-timer] version = "0.7.4" features = ["tokio"] [dependencies.chrono] version = "0.4.38" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.21" [dependencies.prost] version = "0.12.6" [dependencies.prost-types] version = "0.12.6" [dependencies.reqwest] version = "0.12.4" [dependencies.reqwest-websocket] version = "0.3.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_repr] version = "0.1.19" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "time", ] [dev-dependencies.tokio] version = "1.38.0" features = [ "tokio-macros", "macros", "rt-multi-thread", "time", ]