# 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 = "2018" name = "jaslog" version = "0.1.14" authors = ["Jehan Bruggeman "] exclude = [ "doc/*", ".github/*", ] description = "A colored log reader for JSON logs" homepage = "https://github.com/jbruggem/jaslog" documentation = "https://github.com/jbruggem/jaslog" readme = "README.md" keywords = [ "json", "cli", "logs", "elixir", "java", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/jbruggem/jaslog" [[bin]] name = "jaslog" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.clap] version = "4" [dependencies.colored] version = "2.0" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"