churust-client 0.3.2

HTTP client for the Churust web framework: pooled connections, JSON helpers, optional rustls.
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"
rust-version = "1.96"
name = "churust-client"
version = "0.3.2"
authors = ["David Cruz Anaya <david.cruz@davthecoder.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client for the Churust web framework: pooled connections, JSON helpers, optional rustls."
homepage = "https://github.com/davthecoder/Churust"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "http",
    "ktor",
    "async",
]
categories = [
    "web-programming::http-server",
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/davthecoder/Churust"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
tls = ["dep:hyper-rustls"]

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

[[test]]
name = "against_a_server"
path = "tests/against_a_server.rs"

[[test]]
name = "decompress"
path = "tests/decompress.rs"

[[test]]
name = "redirect_credentials"
path = "tests/redirect_credentials.rs"

[dependencies.bytes]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.11"
features = [
    "http1",
    "http2",
    "server",
]

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http1",
    "http2",
    "ring",
    "tls12",
    "webpki-tokio",
]
optional = true
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
    "server-auto",
    "server-graceful",
    "client",
    "client-legacy",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_html_form]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "signal",
    "macros",
]

[dev-dependencies.churust-core]
version = "0.3.2"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "signal",
    "macros",
]