# 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] name = "flow" version = "0.3.5" authors = ["Daniel Mircea "] description = "A realtime log analyzer" homepage = "https://github.com/viseztrance/flow" documentation = "https://github.com/viseztrance/flow" readme = "README.md" keywords = ["log", "tui", "search", "tail"] license = "GPL-3.0" repository = "https://github.com/viseztrance/flow" [lib] name = "flow" path = "src/lib.rs" [[bin]] name = "flow" path = "src/bin/flow.rs" [dependencies.toml] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.time] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.unicode-width] version = "0.1.3" [dependencies.ncurses] version = "^5.86.0" features = ["menu", "wide", "panel"] [dependencies.docopt] version = "0.6.86" [dependencies.rustc-serialize] version = "0.3" [dependencies.regex] version = "^0.2.1" [dependencies.unicode-segmentation] version = "0.1.0"