tofuri-bot 0.1.0

Tofuri discord bot
Documentation
# 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 = "tofuri-bot"
version = "0.1.0"
description = "Tofuri discord bot"
license = "GPL-3.0"
repository = "https://github.com/tofuri/discord-bot"

[dependencies.clap]
version = "3.2.6"
features = ["derive"]

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.11"

[dependencies.serenity]
version = "0.11"
features = [
    "client",
    "gateway",
    "rustls_backend",
    "model",
]
default-features = false

[dependencies.tofuri-api-core]
version = "0.1"

[dependencies.tofuri-core]
version = "0.1"

[dependencies.tokio]
version = "1.21.2"
features = ["full"]

[dependencies.tracing-subscriber]
version = "0.3"