kolbold 1.2.2

A Rust library for memory and time metrics collection.
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 = "kolbold"
version = "1.2.2"
authors = ["Nikola Kolev <nikolakolev712@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for memory and time metrics collection."
documentation = "https://docs.rs/kolbold"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Darkeyes712/kolbold"

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

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.async-trait]
version = "0.1.73"

[dependencies.chrono]
version = "0.4.31"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.kolbold_core]
version = "0.2.1"

[dependencies.kolbold_macros]
version = "0.1.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.ring]
version = "0.17.8"

[dependencies.rust_decimal]
version = "1.36.0"
features = ["serde"]
default-features = false

[dependencies.rustc-hash]
version = "2.0.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.9.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.smol_str]
version = "0.2"
features = ["serde"]

[dependencies.sysinfo]
version = "0.32.0"

[dependencies.thiserror]
version = "1.0.64"

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

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

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.11.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]