# 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 = "google_search_rs" version = "0.1.0" authors = ["Chirag Chauhan chiragchauhan1030@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for scraping Google search results using headless Chrome." readme = "README.md" keywords = ["google-search"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ChiragChauhan4579/google_search_rs" [lib] name = "google_search_rs" path = "src/lib.rs" [[bin]] name = "google_search_rs" path = "src/main.rs" [dependencies.headless_chrome] version = "1.0.14" [dependencies.polars] version = "0.43.1" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.scraper] version = "0.14" [dependencies.serde_json] version = "1.0" [dependencies.urlencoding] version = "2.1"