# 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 = "hwatch" version = "0.3.18" authors = ["blacknon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A modern alternative to the watch command, records the differences in execution results and can check this differences at after." readme = "README.md" keywords = [ "watch", "command", "monitoring", ] license-file = "LICENSE" repository = "https://github.com/blacknon/hwatch" [package.metadata.binstall] bin-dir = "bin/{ bin }{ binary-ext }" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }.{ target }.{ archive-format }" [[bin]] name = "hwatch" path = "src/main.rs" [[example]] name = "version" path = "examples/version.rs" [dependencies.ansi-parser] version = "0.9.0" [dependencies.ansi_term] version = "0.12.1" [dependencies.async-std] version = "1.12" [dependencies.chardetng] version = "0.1.17" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.3" features = ["cargo"] [dependencies.config] version = "0.14" features = ["ini"] default-features = false [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.crossterm] version = "0.28.1" [dependencies.ctrlc] version = "3.4.2" features = ["termination"] [dependencies.encoding_rs] version = "0.8" [dependencies.error-stack] version = "0.4.1" [dependencies.flate2] version = "1.0.19" [dependencies.futures] version = "0.3.30" [dependencies.heapless] version = "0.8.0" [dependencies.nix] version = "0.29" features = [ "fs", "term", "process", "signal", ] [dependencies.question] version = "0.2.2" [dependencies.ratatui] version = "0.28.0" features = [ "crossterm", "unstable-rendered-line-info", ] default-features = false [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.shell-words] version = "1.1.0" [dependencies.similar] version = "2.5.0" features = [ "serde", "unicode", "text", "inline", "bytes", ] [dependencies.termwiz] version = "0.22.0" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.unicode-segmentation] version = "1.10" [dependencies.unicode-truncate] version = "1" [dependencies.unicode-width] version = "=0.1.13" [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.termios] version = "0.3"