# 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 = "nats-spy" version = "0.1.1" authors = ["Alihan Dogus Yalcin "] description = "nats-spy is a terminal tool to help you to monitor NATS messages." homepage = "https://github.com/alihanyalcin/nats-spy" readme = "README.md" keywords = ["nats", "gui", "terminal", "ui"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alihanyalcin/nats-spy" [dependencies.anyhow] version = "1.0.37" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.3" [dependencies.crossterm] version = "0.18" features = ["event-stream"] [dependencies.env_logger] version = "0.8.2" [dependencies.log] version = "0.4.11" [dependencies.nats] version = "0.9.1" [dependencies.scopeguard] version = "1.1.0" [dependencies.tui] version = "0.12" features = ["crossterm"] default-features = false [dependencies.tui-logger] version = "0.4" features = ["tui-crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.8"