# 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] edition = "2018" name = "googlescrape" version = "0.3.1" authors = ["bepvte "] description = "a library to scrape google results" keywords = ["google", "search"] license = "AGPL-3.0" repository = "https://github.com/redg3ar/googlescrape" [lib] crate-type = ["lib", "cdylib"] [dependencies.cfg-if] version = "0.1.9" [dependencies.lazy_static] version = "1.3.0" [dependencies.libc] version = "0.2.55" [dependencies.percent-encoding] version = "1.0.1" [dependencies.reqwest] version = "0.9.17" [dependencies.rmp-serde] version = "0.13.7" optional = true [dependencies.scraper] version = "0.10.0" [dependencies.serde] version = "1.0.92" features = ["derive"] optional = true [features] ffi = ["serde", "rmp-serde"]