# 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 = "vdash" version = "0.18.1" authors = ["Mark "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Autonomi node Dashboard" homepage = "https://github.com/happybeing/vdash" readme = "README.md" keywords = [ "utility", "logfile", "monitor", "cli", "safenetwork", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/happybeing/vdash" [[bin]] name = "vdash" path = "src/bin/vdash.rs" [dependencies.bincode] version = "1.3.1" [dependencies.byte-unit] version = "5.1.4" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.11.1" [dependencies.fs2] version = "0.4.3" [dependencies.futures] version = "0.3.19" [dependencies.glob] version = "0.3.1" [dependencies.linemux] version = "0.3.0" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.25.0" features = ["serde"] [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.11.23" features = ["rustls-tls"] default_features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_with] version = "3.4.0" features = ["chrono_0_4"] [dependencies.strfmt] version = "0.2.4" [dependencies.structopt] version = "~0.3.15" [dependencies.tempfile] version = "3.1.0" [dependencies.time] version = "0.3.29" [dependencies.tokio] version = "1.15.0" features = [ "sync", "macros", "rt-multi-thread", ] [dependencies.tokio-macros] version = "2.1.0" [dependencies.tokio-stream] version = "0.1.8"