# 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 = "timescan" version = "0.1.2" authors = ["Adam Jensen "] exclude = [".github/*"] description = "Find timestamps in a string or stream of bytes" readme = "README.md" keywords = [ "time", "timestamp", "scanner", ] categories = [ "date-and-time", "parsing", "command-line-interface", ] license = "MIT" repository = "https://github.com/acj/timescan" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.regex] version = "1.9.5"