# 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 = "2018" rust-version = "1.70.0" name = "metrics-observer" version = "0.4.0" authors = ["Toby Lawrence "] description = "Text-based UI for metrics-exporter-tcp." homepage = "https://github.com/metrics-rs/metrics" documentation = "https://docs.rs/metrics" readme = "README.md" keywords = [ "metrics", "facade", "macros", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/metrics-rs/metrics" [dependencies.bytes] version = "1" default-features = false [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.crossbeam-channel] version = "0.5" features = ["std"] default-features = false [dependencies.metrics] version = "^0.23" default-features = false [dependencies.metrics-util] version = "^0.17" features = ["summary"] default-features = false [dependencies.prost] version = "0.12" default-features = false [dependencies.prost-types] version = "0.12" default-features = false [dependencies.termion] version = "2" default-features = false [dependencies.tui] version = "0.19" features = ["termion"] default-features = false [build-dependencies.home] version = "=0.5.5" [build-dependencies.prost-build] version = "0.12"