curlall 0.2.0

Simple curl-like CLI tool to automatically page through APIs.
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.3"

[dependencies.tokio]
features = ["full"]
version = "0.2"
[dev-dependencies.hyper]
version = "0.13"

[package]
authors = ["Robin Stocker"]
description = "Simple curl-like CLI tool to automatically page through APIs."
edition = "2018"
keywords = ["client", "http", "request"]
license = "MIT/Apache-2.0"
name = "curlall"
readme = "README.md"
repository = "https://github.com/robinst/curlall"
version = "0.2.0"