open-eye 0.1.1

Metrics collection library for the Observe server monitoring application
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 = "open-eye"
version = "0.1.1"
authors = ["Marco Brandt mail@marco-brandt.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metrics collection library for the Observe server monitoring application"
homepage = "https://observe.vision"
documentation = "https://docs.rs/open-eye"
readme = "README.md"
keywords = [
    "observe",
    "system",
    "metrics",
    "cpu",
    "memory",
]
license-file = "LICENSE"
repository = "https://github.com/ObServe-Your-Server/observer/tree/standalone/crates/open-eye"
resolver = "3"

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

[dependencies]