ddf-blocking-http-client 0.0.3

Convenience crate for DiamondDDF projects requiring a blocking http client.
Documentation
[package]
name = "ddf-blocking-http-client"
description = "Convenience crate for DiamondDDF projects requiring a blocking http client."
version = "0.0.3"
license = "MIT OR Apache-2.0"
edition = "2021"

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

[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.11.11", features = ["json", "blocking"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"