# 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 = "monitor_helpers" version = "0.1.15" authors = ["MoghTech"] description = "helpers used as dependency for mogh tech monitor" license = "GPL-3.0-or-later" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.async_timing_util] version = "0.1.14" [dependencies.axum] version = "0.6" features = [ "ws", "json", ] [dependencies.bollard] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.25" [dependencies.rand] version = "0.8" [dependencies.run_command] version = "0.0.5" features = ["async_tokio"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.7" [dependencies.types] version = "0.1.15" package = "monitor_types"