# 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-search-rust" version = "0.1.1" authors = ["Victor Benarbia "] include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, youtube Ssearch Results via SerpApi.com" homepage = "https://serpapi.com" documentation = "https://serpapi.com/search-api" readme = "README.md" keywords = ["serp", "google", "search", "engine", "scrape"] categories = ["network-programming", "parsing", "web-programming::http-client", "api-bindings"] license = "MIT" repository = "https://github.com/serpapi/serpapi-search-rust" resolver = "2" [dependencies.reqwest] version = "0.11.7" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]