# 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 = "kras" version = "0.5.0" authors = ["Nikita Bilous "] description = "Detect, highlight and pretty print almost any structured data inside plain text" homepage = "https://github.com/acidnik/kras-rs" readme = "README.md" keywords = [ "pretty", "log", "parse", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/acidnik/kras-rs" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.4" features = [ "derive", "cargo", ] [dependencies.crossbeam] version = "0.8.2" [dependencies.env_logger] version = "0.10.0" [dependencies.fileinput] version = "0.3.0" [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.15.0" [dependencies.pom] version = "3.2.0" [dependencies.pretty] version = "0.11.3" features = ["termcolor"] [dependencies.signal-hook] version = "0.3.15" [dependencies.termcolor] version = "1.2.0"