# 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 = "serpapi" version = "1.0.0" authors = ["Victor Benarbia "] include = [ "Cargo.toml", "LICENSE", "src/**/*", ] description = "Integrate search data into your Ruby application. This library is the official wrapper for SerpApi. SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more." homepage = "https://serpapi.com" documentation = "https://serpapi.com/search-api" readme = "README.md" keywords = [ "google", "search", "engine", "scrape", "serpapi", ] categories = [ "network-programming", "parsing", "web-programming::http-client", "api-bindings", ] license = "MIT" repository = "https://github.com/serpapi/serpapi-rust" [dependencies.reqwest] version = "0.11.7" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]