# 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 = "ogle" version = "2.0.2" authors = ["Leandro Lisboa Penz "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Execute a command periodically, showing the output only when it changes" homepage = "https://github.com/lpenz/ogle" readme = "README.md" keywords = [ "watch", "command-line", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/ogle" [package.metadata.deb] assets = [ [ "target/release/ogle.1", "usr/share/man/man1/", "644", ], [ "target/release/ogle", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/ogle/", "644", ], [ "AUTHORS", "usr/share/doc/ogle/", "644", ], [ "README.md", "usr/share/doc/ogle/", "644", ], [ "CHANGELOG.md", "usr/share/doc/ogle/", "644", ], ] extended-description = """ ogle is a program that runs the given command-line periodically, showing the output only when it is different than the last. It allows you to do all kinds of monitoring right from the command line. It's a more flexible and modern take on *[watch (1)]* """ section = "utils" [lib] name = "ogle" path = "src/lib.rs" [[bin]] name = "ogle" path = "src/bin/ogle.rs" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.console] version = "0.15.8" [dependencies.tokio] version = "1.40.0" [dependencies.tokio-process-stream] version = "0.4.0" [dependencies.tokio-stream] version = "0.1.16" [dev-dependencies.color-eyre] version = "0.6.3" [build-dependencies.color-eyre] version = "0.6.3" [build-dependencies.man] version = "0.3.0"