rtrend 0.1.1

Unofficial API for interacting with Google Trend
Documentation
[package]
name = "rtrend"
version = "0.1.1"
edition = "2018"
authors = ["shadawck"]
description = "Unofficial API for interacting with Google Trend"
readme = "README.md"
repository = "https://github.com/shadawck/rust-trend"
homepage = "https://github.com/shadawck/rust-trend"
license = "MIT OR Apache-2.0"
keywords = ["google_trend", "trend", "google", "api", "web"]
categories = ["api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["cookies", "blocking"] }
serde = "1.0"
serde_json = "1.0"
chrono = "0.4"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"