# 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 = "rmq_monitor" version = "0.2.6" authors = ["Rostislav Raykov "] description = "A simple tool which monitors RabbitMQ and notifies via Slack (legacy webhooks) when certain thresholds are met" homepage = "https://github.com/zbrox/rmq_monitor" documentation = "https://github.com/zbrox/rmq_monitor" readme = "README.md" keywords = [ "rabbitmq", "rmq", "slack", "notification", "alerts", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zbrox/rmq_monitor" [dependencies.anyhow] version = "1.0.28" [dependencies.async-std] version = "1.5.0" features = ["unstable"] [dependencies.base64] version = "0.21.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3" [dependencies.human-panic] version = "1.0.3" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.106" [dependencies.serde_derive] version = "1.0.106" [dependencies.serde_json] version = "1.0.51" [dependencies.smol_str] version = "0.2.0" [dependencies.structopt] version = "0.3.13" [dependencies.surf] version = "2.3.2" [dependencies.toml] version = "0.7.3"