# 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 = "caddy-pretty-print" version = "0.3.0" authors = ["Mattia Penati "] description = "A CLI tool to pretty print Caddy json logs." homepage = "https://github.com/mattiapenati/caddy-pretty-print" readme = "README.md" keywords = ["caddy"] license = "Apache-2.0 OR MIT" repository = "https://github.com/mattiapenati/caddy-pretty-print" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.glob] version = "0.3.1" [dependencies.http] version = "1.1.0" [dependencies.http-serde] version = "2.1.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_with] version = "3.8.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", ]