# 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 = "sunnycat" version = "0.3.6" authors = ["Sunny "] build = "build.rs" description = "A tool to search log files" homepage = "https://github.com/sunnyrust/sunnycat" readme = "README.md" keywords = [ "cli", "log", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sunnyrust/sunnycat" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.digest] version = "0.10.7" [dependencies.encoding] version = "0.2.33" [dependencies.encodingbufreader] version = "0.1.1" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "0.2.65" [dependencies.md-5] version = "0.10.6" [dependencies.rustyline] version = "5.0.3" [dependencies.shadow-rs] version = "0.29.0" [build-dependencies.shadow-rs] version = "0.29.0"