mprobe-vis 0.2.0

A library for visualizing MongoDB FTDC metrics
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 = "2024"
name = "mprobe-vis"
version = "0.2.0"
authors = ["Nelu Snegur <nelu@pulsarplanet.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for visualizing MongoDB FTDC metrics"
readme = "README.md"
keywords = [
    "visualization",
    "ftdc",
    "mongodb",
]
categories = [
    "visualization",
    "database",
]
license = "MIT"
repository = "https://github.com/nelusnegur/mprobe/tree/main/crates/vis"

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

[dependencies.chrono]
version = "0.4.38"

[dependencies.mprobe-diagnostics]
version = "0.2.0"

[dependencies.serde]
version = "1.0.160"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.96"

[dependencies.tinytemplate]
version = "1.2.1"