trufflehunter 0.1.0

log searching utility
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "trufflehunter"
version = "0.1.0"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description = "log searching utility"
homepage = "https://github.com/dfhoughton/trufflehunter"
documentation = "https://docs.rs/trufflehunter"
readme = "README.md"
keywords = ["log", "search"]
categories = ["command-line-utilities", "filesystem"]
license = "GPL-2.0"
repository = "https://github.com/dfhoughton/trufflehunter"
[profile.release]
panic = "abort"

[[bin]]
name = "hun"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"

[dependencies.larry]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.two_timer]
version = "1"
[dev-dependencies.lazy_static]
version = "1.2.0"

[dev-dependencies.rand]
version = "0.6"