# 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 = "metrics-scope"
version = "0.1.6"
authors = ["Serhij S.
"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metrics scope UI"
readme = "README.md"
keywords = [
"metrics",
"scope",
"ui",
]
license = "Apache-2.0"
repository = "https://github.com/roboplc/metrics-exporter-scope"
[profile.release]
strip = true
[[bin]]
name = "metrics-scope"
path = "src/main.rs"
[dependencies.atomic_float]
version = "1.0.0"
[dependencies.bma-ts]
version = "0.1.14"
[dependencies.clap]
version = "4.5.16"
features = ["derive"]
[dependencies.eframe]
version = "0.28.1"
[dependencies.egui]
version = "0.28.1"
[dependencies.egui_extras]
version = "0.28.1"
features = [
"default",
"all_loaders",
]
[dependencies.egui_plot]
version = "0.28.1"
[dependencies.metrics-exporter-scope]
version = "0.2.0"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.rtsc]
version = "0.3"
features = ["parking_lot"]