# 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" name = "logtail" version = "1.0.1" authors = ["Mark "] exclude = [".github"] description = "Displays and updates a dashboard based on one or more logfiles" homepage = "https://github.com/happybeing/logtail-dash" readme = "README.md" keywords = ["utility", "logfile", "monitor", "cli"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/happybeing/logtail-dash" [[bin]] name = "logtail" path = "src/bin/logtail-termion.rs" required-features = ["termion"] [[bin]] name = "logtail-crossterm" required-features = ["crossterm"] [dependencies.crossterm] version = "0.17" optional = true [dependencies.futures] version = "0.3.5" [dependencies.linemux] version = "0.2.3" [dependencies.rand] version = "0.7.3" [dependencies.structopt] version = "~0.3.15" [dependencies.termion] version = "1.5" optional = true [dependencies.tokio] version = "0.2.22" features = ["sync", "macros"] [dependencies.tokio-macros] version = "0.3.1" [dependencies.tokio-stream] version = "0.1.8" [features] default = ["termion", "crossterm"] [target."cfg(not(windows))".dependencies.tui] version = "0.11.0" features = ["termion", "crossterm"] default-features = false [target."cfg(windows)".dependencies.tui] version = "0.11.0" features = ["crossterm"] default-features = false