# 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 = "secubot" version = "2.9.0" authors = ["Marek 'seqre' Grzelak "] exclude = [ "/.github/", "/config/", ] description = "Yet another Discord bot!" documentation = "https://docs.rs/crate/secubot" readme = "README.md" keywords = [ "discord", "bot", "todo", "ping", ] license = "MIT" repository = "https://github.com/seqre/secubot" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1.0" [dependencies.config] version = "0.13" [dependencies.diesel] version = "2.1" features = [ "sqlite", "returning_clauses_for_sqlite_3_35", "r2d2", ] [dependencies.diesel_migrations] version = "2.1" [dependencies.glob] version = "0.3" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4" [dependencies.octocrab] version = "0.33" [dependencies.poise] version = "0.5" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url_encoded_data] version = "0.6" optional = true [features] default = [] msg_content = ["dep:url_encoded_data"] [badges.maintenance] status = "experimental"