# 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 = "logria" version = "0.1.3" authors = ["Christopher Sardegna "] exclude = [ "/resources", ".github", "docs", "build.sh", ] description = "A powerful CLI tool that puts log analytics at your fingertips." readme = "README.md" keywords = [ "cli", "tui", "logs", "log-parsing", "log-analytics", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/ReagentX/Logria" [dependencies.clap] version = "4.0.10" features = ["cargo"] [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0.0" [dependencies.format_num] version = "0.1.0" [dependencies.is_executable] version = "1.0.1" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.time] version = "0.3.11" features = [ "formatting", "parsing", ] [dependencies.tokio] version = "1.25.0" features = [ "process", "io-util", "rt-multi-thread", "macros", ]