# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "panopticon-tui" version = "0.2.0" authors = ["jczuchnowski ", "vpavkin "] description = "Terminal UI diagnostic tool for Scala apps" homepage = "https://github.com/ScalaConsultants/panopticon-tui/" readme = "README.md" keywords = ["scala", "metrics", "monitoring"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/ScalaConsultants/panopticon-tui/" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4.11" [dependencies.crossterm] version = "0.17" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3.4" [dependencies.humantime] version = "2.0.0" [dependencies.jmx] version = "0.2.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.redis-protocol] version = "1.0.0" [dependencies.reqwest] version = "0.10.4" features = ["default-tls", "json"] [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tui] version = "0.9.4" features = ["crossterm"] default-features = false