# 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 = "rizzy" version = "0.1.5" authors = ["Matt Godbolt "] description = "Filter text lines, converting any encountered times to a localized timezone" readme = "README.md" keywords = ["filter", "timezone"] categories = ["command-line-utilities"] license-file = "LICENSE.md" repository = "https://github.com/aquanauts/rizzy" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.5.3" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4"