# 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-exporter-plotly" version = "0.1.1" authors = ["Byron Wasti "] publish = true description = "An embedded metrics-rs exporter for plotting with plotly" homepage = "https://github.com/byronwasti/metrics-exporter-plotly" readme = "README.md" keywords = ["metrics"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/byronwasti/metrics-exporter-plotly" [dependencies.metrics] version = "0.23.0" [dependencies.metrics-util] version = "0.17.0" [dependencies.pdatastructs] version = "0.7.0" [dependencies.plotly] version = "0.8.4" [dependencies.regex] version = "1.10.5" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", "sync", "macros", ] [dependencies.tracing] version = "0.1.40"