# 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 = "fblog" version = "4.13.1" authors = ["Patrick Haun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "json log viewer" readme = "README.md" keywords = [ "json", "log", "viewer", ] categories = ["command-line-utilities"] license = "WTFPL" repository = "https://github.com/brocode/fblog" [[bin]] name = "fblog" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4" features = [ "cargo", "deprecated", ] [dependencies.clap_complete] version = "4" [dependencies.dirs] version = "5" [dependencies.handlebars] version = "6" [dependencies.lazy_static] version = "1.5.0" [dependencies.mlua] version = "0.9" features = [ "lua54", "vendored", ] [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.yansi] version = "1" features = ["detect-env"]