# 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 = "bot-rs-core" version = "0.4.4" authors = ["mo_blaa "] publish = true description = "Core library for implementing plugins and plugin-loaders for chatbots" readme = "README.md" keywords = ["twitch", "chatbot"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/MoBlaa/bot-rs-core.git" [dependencies.async-trait] version = "0.1.41" [dependencies.bot-rs-core-derive] version = "0.4.3" optional = true [dependencies.chrono] version = "0.4.19" features = ["serde"] optional = true [dependencies.derive_more] version = "0.99.11" optional = true [dependencies.dirs-next] version = "1.0.0" [dependencies.futures] version = "0.3.5" [dependencies.hyper] version = "0.13.8" optional = true [dependencies.irc-rust] version = "0.3.2" features = ["serde"] [dependencies.libloading] version = "0.6.2" [dependencies.log] version = "0.4.8" [dependencies.openssl] version = "0.10.30" features = ["vendored"] [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.4" features = ["default", "json"] optional = true [dependencies.rocket] version = "0.4.5" optional = true [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.tokio] version = "0.2" features = ["rt-core"] optional = true [dependencies.url] version = "2.1.1" optional = true [dev-dependencies.tokio] version = "0.2.22" features = ["full"] [build-dependencies.dotenv] version = "0.15.0" [build-dependencies.rustc_version] version = "0.2.3" [features] default = [] derive = ["bot-rs-core-derive"] plugin-loader = ["rocket", "tokio"] twitch-api = ["chrono", "rocket", "url", "reqwest", "derive_more"]