ieql 0.1.4

An open standard and implementation for monitoring Internet content
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]
name = "ieql"
version = "0.1.4"
authors = ["R. Miles McCain <ieql@sendmiles.email>"]
description = "An open standard and implementation for monitoring Internet content"
readme = "README.md"
keywords = ["ieql", "query", "internet"]
categories = ["command-line-utilities", "filesystem"]
license = "GPL-3.0"
repository = "https://github.com/milesmcc/ieql"

[[bin]]
name = "ieql"
path = "src/cli/bin.rs"
doc = false
[dependencies.clap]
version = "2.32"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.regex]
version = "1.1.0"

[dependencies.ron]
version = "0.4"

[dependencies.scraper]
version = "0.9.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.simplelog]
version = "0.5"

[dependencies.url]
version = "1.7.2"

[dependencies.walkdir]
version = "2"