googlescrape 0.3.1

a library to scrape google results
Documentation
[package]
name = "googlescrape"
version = "0.3.1"
authors = ["bepvte <bepvte@gmail.com>"]
edition = "2018"
description = "a library to scrape google results"
license = "AGPL-3.0"
keywords = ["google","search"]
repository = "https://github.com/redg3ar/googlescrape"

[dependencies]
lazy_static = "1.3.0"
percent-encoding = "1.0.1"
cfg-if = "0.1.9"
scraper = "0.10.0"
libc = "0.2.55"
reqwest = "0.9.17"
serde = {version = "1.0.92", features = ["derive"], optional = true}
rmp-serde = {version = "0.13.7", optional = true }

[lib]
crate-type = ["lib", "cdylib"]

[features]
ffi = ["serde", "rmp-serde"]