water_client 1.0.4

easy http client for more control over http connection and requests
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "water_client"
version = "1.0.4"
authors = ["Hassan Sharara <hassansharara12@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "easy http client for more control over http connection and requests"
readme = false
keywords = [
    "http_client",
    "http",
    "http-request",
    "water_client",
    "http-client",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/HassanSharara/water_client/tree/water_client"

[lib]
name = "water_client"
path = "src/lib.rs"

[[bin]]
name = "water_client"
path = "src/main.rs"

[dependencies.serde]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.1"

[dependencies.tracing]
version = "0.1.41"
optional = true

[dependencies.twoway]
version = "0.2.2"

[dependencies.water_uri]
version = "1.0.1"

[dependencies.webpki-roots]
version = "0.26.8"

[dev-dependencies.reqwest]
version = "0.12.12"

[features]
debugging = ["tracing"]