thenewsapi 0.1.2

A client library for interacting with The News API, a free service providing access to global news from thousands of sources.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.reqwest]
features = ["json"]
version = "=0.12.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Rishabh Bector"]
categories = ["api-bindings", "network-programming"]
description = "A client library for interacting with The News API, a free service providing access to global news from thousands of sources."
documentation = "https://docs.rs/thenewsapi"
edition = "2018"
homepage = "https://github.com/rishabh-bector/thenewsapi"
keywords = ["news", "api", "client", "thenewsapi", "newsapi"]
license = "MIT"
license-file = "LICENSE"
name = "thenewsapi"
readme = "README.md"
repository = "https://github.com/rishabh-bector/thenewsapi"
version = "0.1.2"