# 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 = "prism-rs" version = "0.1.0" authors = ["Sævar Berg"] description = """ prism is a tool for splitting up noisy log output into groups based on a regular expression. Primarily written to work alongside turborepo(https://turborepo.org/), but it supports a parsing log lines based on a custom regular expression. """ readme = "readme.md" keywords = [ "tui", "turborepo", "logging", ] license = "MIT" repository = "https://github.com/saevarb/prism" [[bin]] name = "prism" path = "src/main.rs" [dependencies.ansi-to-tui] version = "2.0.0" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.ctrlc] version = "3.2.3" features = ["termination"] [dependencies.env_logger] version = "0.9.1" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.25.0" [dependencies.regex] version = "1.6.0" [dependencies.signal-child] version = "1.0.5" [dependencies.timeout-readwrite] version = "0.3.2" [dependencies.tui] version = "0.19.0"