# 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 = "danmuji" version = "0.1.0" authors = ["Andrew Zah "] build = false description = "A discord bot written in Rust." license = "GPL-3.0-only" [[bin]] name = "danmuji" path = "src/main.rs" [dependencies.chrono] version = "0.4.7" [dependencies.diesel] version = "1.4" features = ["chrono", "r2d2", "postgres"] [dependencies.diesel_migrations] version = "1.4" [dependencies.dotenv] version = "0.14.1" [dependencies.env_logger] version = "0.6" [dependencies.hey_listen] version = "0.4" [dependencies.lazy_static] version = "1.3" [dependencies.log] version = "0.4" [dependencies.pretty_assertions] version = "0.6.1" [dependencies.r2d2] version = "0.8.5" [dependencies.rayon] version = "1.1" [dependencies.regex] version = "1" [dependencies.serde_json] version = "1.0.40" [dependencies.serenity] version = "0.6.0" [dependencies.white_rabbit] version = "0.1.1"