# 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 = "archive_bot" version = "0.2.2" authors = ["Emma Litwa-Vulcu <80431903+reiniiriarios@users.noreply.github.com>"] exclude = [ "/examples", "/.github", ] description = "Slack bot helper for managing outdated channels." readme = "README.md" keywords = [ "slack", "slackbot", "slack-bot", ] license = "GPL-3.0+" repository = "https://github.com/reiniiriarios/archive-bot" [dependencies.arc-swap] version = "1.6.0" [dependencies.chrono] version = "0.4.23" [dependencies.futures] version = "0.3.26" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.substring] version = "1.4.5" [dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.simplelog] version = "0.12.0" [features] default = ["prod"] prod = [] unit = [] unit_output = []