Files
komodo/lib/monitor_client/Cargo.toml
2023-05-24 07:45:52 +00:00

23 lines
649 B
TOML

[package]
name = "monitor_client"
version = "0.3.4"
edition = "2021"
authors = ["MoghTech"]
description = "a client to interact with the monitor system"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
monitor_types = "0.3.4"
# monitor_types = { path = "../types" }
reqwest = { version = "0.11", features = ["json"] }
tokio-tungstenite = { version = "0.19", features=["native-tls"] }
tokio = { version = "1.25", features = ["full"] }
tokio-util = "0.7"
anyhow = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
futures-util = "0.3"
envy = "0.4"