# 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 = "topcron" version = "0.1.6" publish = true description = "A Cron log parser and viewer" documentation = "https://github.com/thasos/topcron" readme = "README.md" keywords = ["cron"] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/thasos/topcron" [package.metadata.deb] assets = [ [ "target/release/topcron", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/cargo-deb/README", "644", ], ] copyright = "2022, Thasos Kanan " depends = "$auto" extended-description = "A Cron log parser and viewer" license-file = [ "LICENSE.txt", "0", ] maintainer = "Thasos Kanan " priority = "optional" section = "utility" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0.2" features = ["derive"] [dependencies.grep] version = "0.2" [dependencies.grep-pcre2] version = "0.1" [dependencies.prettytable-rs] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.textwrap] version = "0.15" features = ["terminal_size"] [dev-dependencies.trycmd] version = "0.13.3"