[badges.gitlab]
repository = "cdumay/rust-cdumay_http_client"
[badges.maintenance]
status = "as-is"
[badges.travis-ci]
repository = "cdumay/rust-cdumay_http_client"
[dependencies.base64]
version = "0.22.1"
[dependencies.cdumay_error]
version = "0.3.0"
[dependencies.cdumay_result]
version = "0.3.0"
[dependencies.chrono]
version = "0.4.38"
[dependencies.http]
version = "1.1.0"
[dependencies.humantime]
version = "2.1.0"
[dependencies.log]
version = "0.4.22"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.url]
version = "2.5.2"
[dev-dependencies.simple_logger]
version = "5.0.0"
[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
categories = ["authentication", "data-structures", "encoding", "parsing", "web-programming::http-client"]
description = "A library to call remote web application"
documentation = "https://docs.rs/cdumay_http_client"
edition = "2021"
homepage = "https://github.com/cdumay/rust-cdumay_http_client"
keywords = ["http", "serde"]
license = "BSD-3-Clause"
name = "cdumay_http_client"
readme = "README.md"
repository = "https://github.com/cdumay/rust-cdumay_http_client"
version = "0.3.2"