# 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 = "discord-retention-bot" version = "1.0.2" authors = ["Arne Bahlo "] description = "A bot that allows you to set a message retention for individual Discord text channels." keywords = ["discord", "bot", "retention", "slack"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bahlo/discord-retention-bot" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.7" [dependencies.serde_json] version = "1.0" [dependencies.serenity] version = "0.9" features = ["builder", "client", "gateway", "http", "model", "rustls_backend"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.tokio-test] version = "0.3"