# 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 = "krapslog" version = "0.6.0" authors = ["Adam Jensen "] exclude = [".github/*"] description = "Visualize log files using sparklines" readme = "README.md" keywords = [ "sparklines", "logs", "dataviz", "debugging", ] categories = [ "command-line-utilities", "parser-implementations", "visualization", ] license = "MIT" repository = "https://github.com/acj/krapslog-rs" [lib] name = "krapslog" path = "src/lib.rs" [[bin]] name = "krapslog" path = "src/bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.clap] version = "4.0" [dependencies.file-chunker] version = "0.1.1" [dependencies.memmap2] version = "0.9.0" [dependencies.num_cpus] version = "1.13" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.9.5" [dependencies.tempfile] version = "3.3" [dependencies.terminal_size] version = "0.3.0"