# 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" rust-version = "1.56" name = "jlf" version = "0.1.13" authors = ["Jack Lee "] description = "CLI for converting JSON logs to human-readable format" documentation = "https://docs.rs/jlf" readme = "README.md" keywords = [ "json", "log", "jl", "format", "cli", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/poonesnerfect/jlf" [lib] name = "jlf" path = "src/lib.rs" [[bench]] name = "parse_json" harness = false [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.owo-colors] version = "4.0.0" features = [ "alloc", "supports-colors", ] [dependencies.smallvec] version = "1.13.2" [dependencies.strip-ansi-escapes] version = "=0.2.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tosserror] version = "0.1.2" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117"