# 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 = "apyr" version = "0.1.0" exclude = ["docs/*"] description = "A simple, fast, and easy to use TUI log browser." homepage = "https://github.com/demo-exe/apyr" readme = "README.md" keywords = [ "log", "browser", "tui", "terminal", "console", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/demo-exe/apyr" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.better-panic] version = "0.3.0" [dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-channel"] [dependencies.crossterm] version = "0.27.0" [dependencies.ratatui] version = "0.24.0" [dependencies.regex] version = "1.10.2" [dependencies.signal-hook] version = "0.3.17"