vmonitor 0.1.0

A simple and lightweight system monitor
Documentation
# 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 = "vmonitor"
version = "0.1.0"
authors = ["AprilNEA <github@sku.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and lightweight system monitor"
readme = "README.md"
keywords = [
    "monitor",
    "system",
    "websocket",
    "metrics",
]
categories = [
    "rust-patterns",
    "network-programming",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/vmvision/vmonitor"

[lib]
name = "vmonitor"
path = "src/lib.rs"

[[bin]]
name = "vmonitor"
path = "src/main.rs"

[[test]]
name = "app_test"
path = "tests/app_test.rs"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.config]
version = "0.14.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.netstat2]
version = "0.11.1"

[dependencies.os_info]
version = "3.7.0"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.rmpv]
version = "1.3.0"

[dependencies.rustls]
version = "0.23.25"
features = ["ring"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.33.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26.1"
features = ["rustls-tls-webpki-roots"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"