# 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 = "2018" name = "summertail" version = "0.3.0" authors = ["Amanda McCann "] description = "Summarize your tail -f output, by reporting how many lines match regexes" homepage = "https://github.com/amandasaurus/summertail" documentation = "https://github.com/amandasaurus/summertail" readme = "README.md" license = "AGPL-3.0+" repository = "https://github.com/amandasaurus/summertail" [dependencies.anyhow] version = "1.0.53" [dependencies.chrono] version = "0.4.19" [dependencies.humantime] version = "2.1.0" [dependencies.regex] version = "1.5.4"