# 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 = "webgrep" version = "0.4.3" authors = ["Quinn Patwardhan "] description = "grep the web: a full-browser-spec search-focused ultra-simple way to read the web without having to leave the terminal" readme = "README.md" license = "MIT" repository = "https://github.com/qpxdesign/webgrep-rs/" [dependencies.async-recursion] version = "1.1.1" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.headless_chrome] version = "1.0.12" features = ["fetch"] [dependencies.lazy_static] version = "1.5.0" [dependencies.pdf-extract] version = "0.7.7" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["native-tls-vendored"] [dependencies.scraper] version = "0.19.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-macros] version = "2.3.0" [dependencies.url] version = "2.5.2"