# 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.56.0" name = "murgi_bot" version = "0.1.0" authors = ["Datta Adithya "] description = "A Jackett-wearing Murgi. The Discord Bot that gets you howls, DnD dice, and torrents." documentation = "https://doc.rs/murgi_bot" readme = "README.md" keywords = ["discord", "bot", "torrents", "serenity"] categories = ["discord-bot"] license-file = "LICENSE" repository = "https://github.com/dat-adi/MurgiBot/" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.openssl] version = "0.10.29" features = ["vendored"] [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rss] version = "2.0" [dependencies.serenity] version = "0.10.9" features = ["client", "gateway", "standard_framework", "model", "cache", "voice", "rustls_backend"] [dependencies.songbird] version = "0.2.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.23" [dependencies.tracing-subscriber] version = "0.2"