# 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 = "ferris-bot" version = "0.2.6" authors = ["Moritz Sokoll "] description = "a modular discord bot written in rust" homepage = "https://gitlab.sokoll.com/moritz/ferris-bot" documentation = "https://docs.rs/ferris-bot" readme = "README.md" license-file = "COPYING" repository = "https://gitlab.sokoll.com/moritz/ferris-bot" [lib] name = "ferris_bot" crate-type = ["lib"] path = "src/lib.rs" doc = true required-features = [] [[bin]] name = "ferris-bot-bin" path = "src/bin/ferris-bot-bin.rs" doc = false [dependencies.serde] version = "1.0" [dependencies.serenity] version = "0.10.8" features = ["client", "gateway", "rustls_backend", "model"] default-features = false [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [dependencies.toml] version = "0.5"