# 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.3.0" authors = ["R. Miles McCain "] 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.33" [dependencies.htmlescape] version = "0.3.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.ron] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.simplelog] version = "0.5" [dependencies.url] version = "2.1" [dependencies.walkdir] version = "2.2"