[package]
name = "curl-http-client"
version = "2.5.1"
edition = "2021"
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
license = "MIT"
description = "This is a wrapper for Easy2 from curl-rust crate for ergonomic use and can perform synchronously and asynchronously using async-curl crate that uses an actor model (Message passing) to achieve a non-blocking I/O."
repository = "https://github.com/LorenzoLeonardo/curl-http-client"
homepage = "https://github.com/LorenzoLeonardo/curl-http-client"
documentation = "https://docs.rs/curl-http-client"
readme = "README.md"
categories = ["web-programming::http-client"]
[dependencies]
async-curl = "0.5"
derive-deref-rs = "0.1"
http = "1.3"
log = "0.4"
thiserror = "2.0"
tokio = { version = "1.48", features = ["rt"] }
url = "2.5"
[dev-dependencies]
futures = "0.3"
tempfile = "3.23"
test-case = "3.3"
wiremock = "0.6"