# 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 = "format-json-log" version = "0.1.0" authors = ["Luke Frisken "] description = "A command line tool to format format json structured log message lines from stdin into ANSI coloured stdout." readme = "README.md" license = "MIT" repository = "https://github.com/kellpossible/format-json-log" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.colored_json] version = "3.2.0" [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.97" [dependencies.yansi] version = "0.5.1" [dev-dependencies.insta] version = "1.30.0"