pullcaps 0.1.0

An asynchronous client for the PushShift API
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.governor]
version = "0.4"

[dependencies.once_cell]
version = "1.9"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.15"

[package]
authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"]
description = "An asynchronous client for the PushShift API"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "pullcaps"
readme = "README.md"
repository = "https://github.com/dcchut/pullcaps"
resolver = "2"
version = "0.1.0"