# 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 = "snazy" version = "0.54.0" authors = ["Chmouel Boudjnah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "snazy is a snazzy json log viewer" readme = "README.md" keywords = [ "json", "log", "viewer", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chmouel/snazy" [[bin]] name = "snazy" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4" features = [ "suggestions", "derive", "env", ] [dependencies.clap_complete] version = "4.5.24" [dependencies.color-print] version = "0.3.6" [dependencies.is-terminal] version = "0.4.13" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tempfile] version = "3.9.0" [dependencies.yansi] version = "1.0.1" [badges.appveyor] repository = "chmouel/snazy"