modbot 0.2.0

Discord bot for https://mod.io
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "modbot"
version = "0.2.0"
authors = ["Constantin Nickel <constantin.nickel@gmail.com>"]
description = "Discord bot for https://mod.io"
readme = "README.md"
keywords = ["modio", "discord"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nickelc/modio-bot"
[dependencies.bytesize]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.dbl-rs]
version = "0.1"

[dependencies.diesel]
version = "1.4"
features = ["r2d2", "sqlite"]

[dependencies.diesel_migrations]
version = "1.4"

[dependencies.dotenv]
version = "0.14"

[dependencies.env_logger]
version = "0.6"

[dependencies.futures]
version = "0.1"

[dependencies.libsqlite3-sys]
version = ">=0.8.0, <0.13.0"
features = ["min_sqlite_version_3_7_16"]
optional = true

[dependencies.log]
version = "0.4"

[dependencies.modio]
version = "0.4"

[dependencies.reqwest]
version = "0.9"

[dependencies.serenity]
version = "0.6"

[dependencies.tokio]
version = "0.1"
[build-dependencies.vergen]
version = "3"

[features]
sqlite-bundled = ["libsqlite3-sys/bundled"]